Files
timmy-home/.gitignore
Alexander Whitestone 0d64d8e559 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)
2026-03-27 13:05:57 -04:00

51 lines
506 B
Plaintext

# 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