36 lines
310 B
Plaintext
36 lines
310 B
Plaintext
# Rust
|
|
target/
|
|
**/*.rs.bk
|
|
|
|
# Zig
|
|
zig-out/
|
|
.zig-cache/
|
|
|
|
# Binaries & Executables
|
|
test_zig_sha3
|
|
test_zig_shake
|
|
test_zig_*
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.a
|
|
*.lib
|
|
libqvl_ffi.a
|
|
|
|
# Operational Reports & Stories
|
|
REPORTS/
|
|
STORIES/
|
|
*.report.md
|
|
*.story.md
|
|
logs/
|
|
*.log
|
|
|
|
# Editor & OS
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|