# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/

# Virtual environment
.venv/

# Testing / linting caches
.pytest_cache/
.ruff_cache/
.coverage

# Playwright
.playwright-mcp/

# IDE
.idea/
.vscode/
*.swp

# Debug artifacts
*.png

# Claude
.claude/

# OS
.DS_Store

# Local plans (not for remote)
docs/superpowers/
