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:
parent
749a72b8a0
commit
d55bb99ba9
2 changed files with 11308 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -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
11305
Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue