.venv/
.ruff_cache/
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/
__pycache__/
*.py[cod]
build/
dist/
*.egg-info/
.DS_Store
*.db
*.sqlite
.env
.env.*
!.env.example
data/raw/
data/private/
data/processed/
notebooks/.ipynb_checkpoints/
.work/
