Files
truss/.gitignore
2026-08-19 01:30:58 +00:00

16 lines
242 B
Plaintext

# 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/