# Secrets — never commit a real environment file.
.env

# Runtime artifacts
*.sqlite
*.sqlite3
*.db
status.json
*.log

# Python
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
build/
dist/
.eggs/

# Tooling caches
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
.coverage.*

# macOS
.DS_Store

# Local editor / agent settings
.claude/

# Internal design brief — not published
BRIEFING-bridge.md
