# Agent working notes (local only). Plans (.agents/plans) ARE tracked.
.agents/notes/

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

# Runtime / local state
*.db
*.sqlite
*.sqlite3
.env
.env.*

# macOS / editor
.DS_Store
*.swp

# Local Claude settings (per-machine; e.g. bg-isolation opt-out for Graphite stacking)
.claude/settings.local.json
.claude/worktrees/
