# Godot/editor cache
.godot/
.godot-home/
demo/.godot/

# SCons and native build output
.sconsign.dblite
*.os
*.o
*.a
*.so
*.dll
*.dylib
*.framework/
demo/addons/onebit_lua/bin/
godot-cpp/bin/
godot-cpp/gen/

# Editor/OS noise
.vscode/
.idea/
.DS_Store
Thumbs.db

# Logs
*.log
