libertaria-stack/.gitignore

41 lines
360 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
*~