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

# Virtual environment
.venv/
venv/
env/

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

# Environment
.env
.env.local

# OS
.DS_Store
Thumbs.db

# Docs (plugin caches)
docs/superpowers/

# Playwright MCP
.playwright-mcp/

# Test / Coverage
.pytest_cache/
.coverage
htmlcov/
.superpowers/
