initial: sovereign home — morrowind agent, skills, training-data, research, specs, notes, operational docs
Tracked: morrowind agent (py/cfg), skills/, training-data/, research/, notes/, specs/, test-results/, metrics/, heartbeat/, briefings/, memories/, skins/, hooks/, decisions.md, OPERATIONS.md, SOUL.md Excluded: screenshots, PNGs, binaries, sessions, databases, secrets, audio cache, timmy-config/ and timmy-telemetry/ (separate repos)
This commit is contained in:
50
.gitignore
vendored
Normal file
50
.gitignore
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
# Runtime / Ephemeral
|
||||
sessions/
|
||||
audio_cache/
|
||||
image_cache/
|
||||
browser_screenshots/
|
||||
logs/
|
||||
sandboxes/
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
models_dev_cache.json
|
||||
.hermes_history
|
||||
interrupt_debug.log
|
||||
cron/
|
||||
.update_check
|
||||
presence.json
|
||||
|
||||
# Screenshots & binary media (keep repo small)
|
||||
*.png
|
||||
*.jpg
|
||||
*.jpeg
|
||||
*.gif
|
||||
*.bmp
|
||||
*.mp3
|
||||
*.ogg
|
||||
*.wav
|
||||
*.mp4
|
||||
*.pdf
|
||||
*.xsd
|
||||
|
||||
# Secrets
|
||||
.env
|
||||
auth.json
|
||||
auth.lock
|
||||
*.token
|
||||
*.key
|
||||
pairing/
|
||||
|
||||
# Already separate repos
|
||||
timmy-config/
|
||||
timmy-telemetry/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Editor temps
|
||||
\#*\#
|
||||
*~
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user