Files
timmy-home/.gitignore
2026-03-27 21:58:27 -04:00

54 lines
561 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/
# Local transcript exports
hermes_conversation_*.json
# Python
__pycache__/
*.pyc
# Editor temps
\#*\#
*~
.DS_Store