# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
.env
.venv
env/
venv/
ENV/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# macOS Finder metadata
.DS_Store

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# MyPy
.mypy_cache/

# Ruff
.ruff_cache/

# Local config
config.yaml
*.local.yaml

# Data (stored in ~/.claude/)
data/
*.jsonl
!tests/fixtures/*.jsonl
.superpowers/
docs/superpowers/

# Audit/debug screenshots — never commit
brain-*.png

# Playwright MCP session artifacts
.playwright-mcp/

# TypeScript incremental build cache
*.tsbuildinfo

# Node / Next.js (UI)
node_modules/
**/node_modules/
.next/
**/.next/
