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.
53 lines
499 B
Text
53 lines
499 B
Text
# Rust
|
|
/target/
|
|
**/*.rs.bk
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Debug
|
|
gdb.txt
|
|
*.log
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
|
|
# Build artifacts
|
|
*.o
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
*.rlib
|
|
*.rmeta
|
|
|
|
# Test
|
|
*.profraw
|
|
lcov.info
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Local development
|
|
local.toml
|
|
config.local.toml
|
|
|
|
# Voice-input test recordings — transient, stay local
|
|
voice-recording-*.mp3
|
|
|
|
# Memory repos (should be external)
|
|
.memer/
|
|
**/.memer/
|
|
|
|
# Web assets (if present)
|
|
web/dist/
|
|
souveraine.log
|