# Environment variables & secrets
.env
.env.*
*.env

# Logs and temporary files
*.log
*.tmp
*.swp
*~

# Local state & OS metadata
.DS_Store
Thumbs.db

# Node / JS artifacts (if any tools run local build)
node_modules/
dist/
build/
.npm/

# Python cache & virtualenvs
__pycache__/
*.py[cod]
*$py.class
.venv/
.pytest_cache/
.ruff_cache/

# Local backup runtime archives (keep directory structure, ignore big archive tars)
backups/*.tar.gz
backups/*.tar
backups/*.wsl
!backups/.gitkeep

# Claude / Agent session-specific local runtime state
.claude/worktrees/
.claude/scheduled_tasks.json
.claude/tasks/
.claude/plans/
.superpowers/
CLAUDE.local.md

# Telemetry, Sockets & PID Daemons
backups/logs/*.jsonl
backups/logs/*.json
!backups/logs/.gitkeep
*.sock
*.pid

# WSL & Windows Metadata
*:Zone.Identifier

# Python Test & Tooling Caches
.coverage
htmlcov/
.mypy_cache/
.uv/
