initial commit: project skeleton with readme, agent conventions, and gitignore

This commit is contained in:
Eric Smith 2026-05-20 12:37:45 -04:00
commit 14e2343615
3 changed files with 102 additions and 0 deletions

22
.gitignore vendored Normal file
View file

@ -0,0 +1,22 @@
# Godot
.godot/
*.import
*.translation
import/
export/
.cache/
godot_temp_*
# Editor
*.godot
*.uid
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
Desktop.ini