bgen/.gitignore
saarsena@gmail.com e45f121fb9 init
2026-04-16 21:04:50 -04:00

47 lines
531 B
Text

# 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