- 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
15 lines
305 B
Plaintext
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
|