TRUSS-2 working on moving to Rust
This commit is contained in:
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal 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/
|
||||
|
||||
Reference in New Issue
Block a user