__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.coverage
.pytest_cache/
.ruff_cache/
.mypy_cache/
.venv/
.env
.pypirc

# Local data and generated outputs
data/*
!data/.gitkeep
results/
*.sqlite
*.db
