# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
.venv/
venv/
ENV/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Misc
.DS_Store
*.log
.env
.env.local
*.bak

# Ruff
.ruff_cache/

# Build artifacts
*.whl
node_modules/
temp/
tests/benchmark_results.jsonl

# AI Agent
.jules/
JULES.md

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

# Generated files
*_e2e_result.json
docs/superpowers/

# Test coverage artifacts
coverage.xml
htmlcov/
.coverage
