learning_ai_common_plat/__LOCAL_LLMs/.gitignore
saravanakumardb1 eae39cbd4e chore(windsurf): refresh chat history archive snapshot
- 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
2026-02-28 00:04:09 -08:00

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