# Keep the build context (and the COPY src layer's cache key) free of local-only
# artifacts. Without this, a stray __pycache__/.mypy_cache/.venv under src/ would
# bust the COPY layer on every local run and bloat the image.
.git
.github
.venv
venv
**/__pycache__
**/*.pyc
.mypy_cache
.pytest_cache
.ruff_cache
.coverage
htmlcov
dist
build
*.egg-info
.claude
tests
data
logs
*.db
