Watch
1
0
Fork
You've already forked souveraine
0

chore: track Cargo.lock, gitignore voice recordings

souveraine is a binary — committing Cargo.lock gives reproducible
builds when installing on another machine and a stable dependency set
for the audit. Voice-input test recordings (voice-recording-*.mp3) are
transient and now ignored.
This commit is contained in:
Fimeg 2026-05-16 20:07:35 -04:00
commit d55bb99ba9
2 changed files with 11308 additions and 1 deletions

4
.gitignore vendored
View file

@ -1,7 +1,6 @@
# Rust
/target/
**/*.rs.bk
Cargo.lock
# IDE
.vscode/
@ -42,6 +41,9 @@ lcov.info
local.toml
config.local.toml
# Voice-input test recordings — transient, stay local
voice-recording-*.mp3
# Memory repos (should be external)
.memer/
**/.memer/

11305
Cargo.lock generated Normal file

File diff suppressed because it is too large Load diff