Godot 4.6 generates .uid files for script resources and .import files in subdirectories. Both are editor-local and should not be tracked. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
35 lines
531 B
Plaintext
35 lines
531 B
Plaintext
# Build and cache
|
|
.cache/
|
|
server/target/
|
|
|
|
# Godot
|
|
client/.godot/
|
|
client/export/
|
|
client/reports/
|
|
client/**/*.import
|
|
client/**/*.uid
|
|
client/tooling/sprite_renderer/output/*.png
|
|
|
|
# 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/
|