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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Frontend
frontend/node_modules/
frontend/dist/

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

# Environment
.env
.env.local
.env.*.local

# OS
.DS_Store
Thumbs.db

# Playwright
.playwright-mcp/


# Build output
dist/

# Misc
*.log
.idea
testing/screenshots
frontend/test-results

# Worktrees
.worktrees/

# Superpowers working docs
.superpowers/
