# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Secrets and local data
.env
*.db
# WAL journal sidecars: connect() sets journal_mode=WAL, so any process holding the store open
# leaves these next to the .db file. `*.db` alone does not match them.
*.db-wal
*.db-shm

# Agents
.claude/
.specify/
specs/
CLAUDE.md
