| .venv/ | |
| .venv*/ | |
| __pycache__/ | |
| *.pyc | |
| .pytest_cache/ | |
| .mypy_cache/ | |
| .ruff_cache/ | |
| data/processed/ | |
| mlruns/ | |
| .git/ | |
| .github/ | |
| docs/ | |
| tests/ | |
| !tests/ | |
| tests/* | |
| !tests/fixtures/ | |
| !tests/fixtures/** | |
| .streamlit/ | |
| notebooks/ | |
| .venv/ | |
| .venv*/ | |
| __pycache__/ | |
| *.pyc | |
| .pytest_cache/ | |
| .mypy_cache/ | |
| .ruff_cache/ | |
| data/processed/ | |
| mlruns/ | |
| .git/ | |
| .github/ | |
| docs/ | |
| tests/ | |
| !tests/ | |
| tests/* | |
| !tests/fixtures/ | |
| !tests/fixtures/** | |
| .streamlit/ | |
| notebooks/ | |