learning_ai_common_plat/__LOCAL_LLMs/.gitignore
saravanakumardb1 a32978f9c3 feat(windsurf): add chat history archive auto-refresh tooling
- refresh.sh: idempotent script, auto-discovers repos, updates symlinks + copies docs/workflows
- launchd plist: scheduled daily at 11 PM + on login
- /refresh-chat-history workflow for on-demand Cascade runs
- README updated with auto-refresh docs and full data inventory
- Repo docs and workflows refreshed from all 4 repos
2026-02-28 00:02:04 -08:00

15 lines
305 B
Plaintext

APPS/
.venv/
# Local logs
oss_llm/testNanoGPT/last_run.log
# nanoGPT is cloned by scripts; don't vendor it here
oss_llm/nanoGPT/
# Training artifacts (avoid accidentally committing weights/data bins)
oss_llm/**/out-*/
oss_llm/**/data/**/train.bin
oss_llm/**/data/**/val.bin
oss_llm/**/data/**/meta.pkl