# 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