# FileWise cache
.filewise/

# macOS
.DS_Store

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

# IDE / Editor
.vscode/
.idea/
.Rhistory

# Environment
.venv/
venv/
.env
docs/superpowers/

# Cache directories
.pytest_cache/
.ruff_cache/
.claude/
.coverage
