GURT protocol (lib, cli, gdextension, Flumi integration)

This commit is contained in:
Face
2025-08-14 20:29:19 +03:00
parent 65f3a21890
commit c117e602fe
46 changed files with 6559 additions and 89 deletions

25
protocol/gdextension/.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
# Rust
/target/
Cargo.lock
# Build outputs
/bin/
/addon/
# SCons
.sconf_temp/
.sconsign.dblite
config.log
# OS specific
.DS_Store
Thumbs.db
*.tmp
*.temp
# Editor specific
*.swp
*.swo
*~
.vscode/
.idea/