This commit is contained in:
saarsena@gmail.com 2026-04-16 21:04:50 -04:00
commit e45f121fb9
89 changed files with 336069 additions and 0 deletions

47
.gitignore vendored Normal file
View file

@ -0,0 +1,47 @@
# Compiled genesis binary
/bin/genesis
# C build objects
/obj/
# Godot GDExtension build artifacts
/godot/build/
/demo/addons/brogue_gen/
# godot-cpp build artifacts (keep sources, drop generated/compiled)
/godot/godot-cpp/bin/
/godot/godot-cpp/gen/
# Python cache
__pycache__/
*.pyc
*.pyo
# Object / library files
*.o
*.os
*.obj
*.a
*.so
*.dylib
*.dll
# Godot editor artifacts
.godot/
*.import
# SCons
.sconsign.dblite
.scons_node_count
config.log
# Editors / IDEs
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db