# keep the build context (and image) lean — local state never belongs in the image
_cache/
*.db
*.db-wal
*.db-shm
__pycache__/
*.pyc
.pytest_cache/
.venv/
tests/
# docs are not needed at runtime
SRE.md
README.md
DEPLOY.md
