Files
timmy-home/.gitignore
Alexander Whitestone 9c1dd7fff7 chore: check in all local work — uniwizard, briefings, reports, evennia, morrowind, scripts, specs, training data, angband MCP, diagrams, twitter archive, wizards
- Resolve decisions.md merge conflict (keep both Codex boundary + Ezra/Bezalel entries)
- Update .gitignore: protect bare secret files, exclude venvs and nexus-localhost
- Add uniwizard tools (mention watcher, adaptive prompt router, self-grader, classifiers)
- Add briefings, good-morning reports, production reports
- Add evennia world scaffold and training data
- Add angband and morrowind MCP servers
- Add diagrams, specs, test results, overnight loop scripts
- Add twitter archive insights and media metadata
- Add wizard workspaces (allegro, nahshon)
2026-03-30 17:18:09 -04:00

63 lines
679 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/
gemini_free_tier_key
grok_info
groq_info
kimi_code_key
kimi_gitea_token
openrouter_key
# Already separate repos
timmy-config/
timmy-telemetry/
nexus-localhost/
# Local transcript exports
hermes_conversation_*.json
# Python
__pycache__/
*.pyc
venv/
*/venv/
# Editor temps
\#*\#
*~
.DS_Store