16 lines
242 B
Plaintext
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/
|
|
|