__pycache__
*.pyc
.git
data
*.db
.env

# Test + lint tooling: run in CI, never needed in the runtime image.
tests
pyproject.toml
requirements-dev.txt
.pytest_cache
.ruff_cache
