__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
*.egg

.env
.venv/
venv/

data/uploads/
data/models/
*.parquet

.pytest_cache/
.coverage
htmlcov/

.mypy_cache/
.ruff_cache/

*.ipynb_checkpoints/

.DS_Store
