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

# Virtualenv / tooling
.venv/
venv/
.python-version

# uv.lock is committed on purpose for reproducible installs.

# Test / lint caches
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db

# Local secrets
.env
.envrc

# Local agent/editor guidance — this repo is public; CLAUDE.md holds internal
# references and the forbidden-token list, so it must never be published.
CLAUDE.md
.claude/
.superpowers/
