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

# Editors
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db

# Project
symbols.csv
tmp_symbols.csv
*.jsonl
.env

# Tooling caches / user-local
.rtk/
.claude/settings.json
.claude/settings.local.json

# Internal docs / working notes - kept local, not shipped publicly
docs/superpowers/
mt5-mcp-repo-cleanup.md

# Agent handover notes - kept local, not shipped publicly
CLAUDE.md

# Git worktrees (isolated branches checked out for parallel work)
.worktrees/