# --- AI context and scratch (local only) ---
CLAUDE.md
.claude/
_working/

# --- Secrets and local environment ---
.env
.env.*
!.env.example

# --- OS ---
.DS_Store
Thumbs.db

# --- Editors and IDEs ---
.idea/
.vscode/
*.swp

# --- Logs ---
*.log
# --- Python ---
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# --- SDD execution scratch (local only) ---
.superpowers/

# --- Scan data (never commit) ---
*.db
*.sqlite
*.sqlite3
*.csv
!docs/example_accounts.csv
credentials/
secrets/
*.tmp
*.bak

# --- Skill distribution archives (built artefacts) ---
skills/*.zip
