# Git worktrees
.worktrees/

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

# Virtual environments
venv/
.venv/
env/

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

# Environment
.env
.env.local
.env.production

# Testing & Coverage
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# OS
.DS_Store
Thumbs.db

# Docker
*.log

# AgentBreeder local state
.agentbreeder/

# Node (dashboard)
node_modules/
dashboard/dist/
dashboard/.env
dashboard/test-results/
site/
.superpowers/

# Generated / local-only files
.cache/
.playwright-mcp/
.claude/scheduled_tasks.lock
