TRUSS-2 working on moving to Rust

This commit is contained in:
Blake Ridgway
2026-08-19 01:30:58 +00:00
parent fdbe23e1d9
commit a490de2c3f
10 changed files with 1881 additions and 1397 deletions

15
.gitignore vendored Normal file
View File

@@ -0,0 +1,15 @@
# Rust build output
/target
# Generated static output (dynamic server mode is the intended workflow)
/output
# Python artifacts left over from the previous implementation
__pycache__/
*.py[cod]
# Editor/OS noise
.DS_Store
.idea/
.vscode/