# Local-only working areas
.claude/
.worktrees/
docs/superpowers/

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

# Virtual envs
.venv/
venv/
env/

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/

# Editor
.vscode/
.idea/
*.swp
.DS_Store

# Project secrets — never commit
.env*
!.env.example
config.json

# Build artifacts
*.xlsx
*.csv
!tests/fixtures/**/*.csv
!tests/fixtures/**/*.xlsx
!sample_outputs/**/*.csv
!sample_outputs/**/*.xlsx

# v1.3.0 — per-run log files written by core/logging.py
logs/
