# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
build/
dist/

# Environments
.venv/
.env
.env.*

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

# Local Claude session id log (per-machine, not source of truth)
sessions.txt

# Local data (never commit telemetry)
.somm/
*.sqlite
*.sqlite-wal
*.sqlite-shm

# Author-local notes not for open source
notes/
.claude/

# Editor
.vscode/
.idea/
*.swp

# Archived internal design/process docs (see docs/BLUEPRINT.md for the public design doc)
