# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
build/
dist/

# Virtual envs
.venv/
venv/
.venv-build/

# Examen runtime state
.examen/

# Codegraph artifacts
.code-review-graph/

# Brainstorming mockups
.superpowers/

# IDE
.vscode/
.idea/
*.swp
