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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Frontend
node_modules/
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
frontend/test-results

# Worktrees
.worktrees/

# Superpowers working docs
.superpowers/
docs/superpowers/

# Local tooling
.claude/
.repowise/
.mcp.json

# Local-only device-state live test harness (not committed)
scripts/state-testing/
