# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Virtual environments
.venv/
venv/

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

# Testing
.coverage
.coverage.*
htmlcov/
.pytest_cache/

# Environment
.env
.envrc

# Misc
*.log
*.egg-info/
temp/

# Ruff
.ruff_cache/

# Build artifacts
dist/
build/

# AI Agent
.jules/
JULES.md

# Code review knowledge graph
.code-review-graph/

# Generated files
*_e2e_result.json
docs/superpowers/
