# Environment — NEVER commit this
.env
.env.*
!.env.example

# Google OAuth tokens / service-account keys (arccrew[sheets])
credentials/

# Local prompt overrides (survives deploys — copy to prompts/ to commit)
prompts.local/

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

# Local SQLite stores: runs, checkpoints, memory (Postgres in production)
*.db
*.db-wal
*.db-shm

# Workspace (agent-generated files)
workspace/
tmp/

# IDE
.DS_Store
.idea/
.vscode/
