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

# Virtual environments
.venv/
venv/
env/

# SQLite state files (local-only)
*.db
*.db-journal

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# agent scratch / tooling (do not commit)
.claude/
.superpowers/
PROMPT.md

# engramkit init writes per-vendor agent config into every repo it touches.
# Machine-local tooling, not project config — and a committed .claude/settings.json
# runs a SessionStart hook on the machine of anyone who clones.
.mcp.json
.cursor/
.gemini/
.codex/
.claude/settings.json
.claude/settings.local.json
