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

# Virtual environments
.venv/
venv/
env/
ENV/

# Build artifacts
build/
dist/
*.egg-info/
*.egg
.eggs/

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

# Type checking
.mypy_cache/
.pyright/

# Ruff
.ruff_cache/

# Environment
.env
.env.*
!.env.example

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

# OS
.DS_Store
Thumbs.db

# Claude Code local overrides (not the shared settings.json)
.claude/settings.local.json
.claude/cache/

# Internal brainstorming specs (ephemeral artifacts; plans under docs/superpowers/plans/ remain tracked)
docs/superpowers/

# Docker volumes (test pgvector data)
.docker-volumes/

# mkdocs build output
/site/
