# machine-specific settings: NEVER commit this
settings.local.toml

__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
coverage.xml
.ipynb_checkpoints/
*.egg-info/
build/
dist/
.venv/
env/

# data must live OUTSIDE the repo (see settings.toml); this is a safety net
data/
*.parquet
