Watch
1
0
Fork
You've already forked souveraine
0
souveraine/.gitignore
Fimeg 80bfb3a599 providers now per-agent: z.ai rides, bifrost stays home
Vanguard gets his own inference pipe. z.ai GLM Coding Plan, /paas/v4.
BifrostClient learned to leave versioned URLs alone. ProviderRegistry
dispatches per agent; every engine asks who it's talking to before
dialing. Annie and Hal none the wiser.
2026-06-15 18:07:03 -04:00

67 lines
805 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
souveraine.log.prev
# Filed-away stray working files — kept on disk, out of the repo
/docs/archive/strays/
# Config (use souveraine.example.toml as template)
souveraine.toml
# Local-only project scaffolding — kept on disk, never committed to any remote
.superpowers/
saf/
journal/
scripts/
website/