# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
*.egg
build/
dist/
.venv/
venv/
env/

# Environment
.env
.env.local

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

# OS
.DS_Store
Thumbs.db

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

# Type checking / linting
.mypy_cache/
.ruff_cache/
.pyright/

# Logs
*.log

CLAUDE.md
# Generated by cce init --agent codex/pi — machine-local
AGENTS.md
.mcp.json

*.lance/

# Build artefacts
docs/superpowers/
*.db

# Superpowers plugin session artifacts
.superpowers/

# Local project review notes
review/

# CCE (code-context-engine)
# CCE local cache (per-machine, not for version control)
.cce/
# Claude Code local settings written by cce init
.claude/settings.local.json

# Pi project config (per-machine, not for version control)
.pi/
