# VCS / tooling
.git/
.gitea/
.worktrees/

# Virtual envs & caches (rebuilt inside the image)
.venv/
venv/
.uv-cache/
.pytest_cache/
.ruff_cache/
.mypy_cache/
__pycache__/
*.py[cod]
*.egg-info/
.coverage
htmlcov/

# Local state & secrets (provided via bind mount at runtime)
*.db
*.db-journal
*.db-wal
*.db-shm
master.key
.env
.env.local
.env.production

# Tests & docs (not needed in the runtime image)
tests/
docs/
docker-compose.demo.yml

# Agent / editor config
.claude/
.serena/
.playwright-mcp/
.vscode/
.idea/

# OS
.DS_Store
