28 lines
253 B
Text
28 lines
253 B
Text
# Godot 4+
|
|
.godot/
|
|
/android/
|
|
*.translation
|
|
|
|
# .NET build outputs
|
|
bin/
|
|
obj/
|
|
|
|
# IDE
|
|
.vs/
|
|
.vscode/
|
|
*.user
|
|
*.suo
|
|
*.csproj.user
|
|
|
|
# OS
|
|
Thumbs.db
|
|
.DS_Store
|
|
|
|
# Claude Code
|
|
.claude/
|
|
.idea
|
|
|
|
# Automation harness run outputs
|
|
.automation_runs/
|
|
**/__pycache__/
|
|
*.pyc
|