Watch
1
0
Fork
You've already forked souveraine
0
souveraine/.gitignore
Fimeg 45d25b25a4 pin CI to rust 1.94, fix agents detail pane + settings test
agents: wire the rest of the detail widgets into the section children so
PRIMARY badge etc actually render; drop the HARDCODED debug text.
settings: test needs a provider in the map before navigating to Providers
cat.
clippy: pin CI to rust 1.94 per Cargo.toml rust-version; also apply what
cargo clippy --fix could auto-fix for 1.96 compat.
2026-06-19 12:02:54 -04:00

74 lines
979 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
# Working notes — kept on disk, never committed to any remote
CLAUDE.md
docs/
continuation_prompt.md
AD_continuation_prompt.md
COMMIT_MESSAGES.txt
vanguard-souveraine-notes.md
# Local-only project scaffolding — kept on disk, never committed to any remote
.superpowers/
journal/
scripts/
website/