# Build and cache
.cache/
server/target/

# Godot
client/.godot/
client/export/
client/reports/
client/*.import

# Database (shared across worktrees at ../settledreach.db, not tracked)
db/commonwealth.db*

# Python
__pycache__/
*.pyc
*.pyo

# OS
.DS_Store
Thumbs.db

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

# Claude Code internals (plans, session transcripts)
# Note: .claude/agents/, .claude/skills/, and .claude/settings.json ARE tracked
.claude/plans/
.claude/projects/
