47 lines
526 B
Plaintext
47 lines
526 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
|
|
|
|
# Operational Data
|
|
data/
|
|
config.json
|
|
capsule.log
|
|
|
|
# Editor & OS
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# BDD Specifications - Gold worth, protect from competitors
|
|
# Uncomment below to share specs with trusted collaborators only
|
|
*.feature
|
|
features/
|
|
!features/README.md
|