- Updated repo docs and workflows from all 4 repos - Stats: 50 conversations (540M), 45 memories, 182 tracker dirs, 1810 edit history entries - Gitignore launchd log files
17 lines
403 B
Plaintext
17 lines
403 B
Plaintext
APPS/
|
|
.venv/
|
|
|
|
# Local logs
|
|
oss_llm/testNanoGPT/last_run.log
|
|
AI_IDE_CHAT_HISTORY/WINDSURF/.launchd-stdout.log
|
|
AI_IDE_CHAT_HISTORY/WINDSURF/.launchd-stderr.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
|