# Product / design sources — kept local, not published
PRD.md
design_handoff_agent_drop/

# macOS
.DS_Store

# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
.env
.env.*
!.env.example

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

# Build artefacts
build/
dist/

# Local data (SQLite, volume mounts)
data/
*.db
*.db-journal
*.db-wal
*.db-shm
*.sqlite
*.sqlite3

# IDE
.idea/
.vscode/
!.vscode/settings.json.example
