chore: gitignore tmp/ for self-play transcripts
Self-play transcripts produced by `pnpm selfplay --transcripts` land in `tmp/selfplay-runs/<timestamp>/` — operator scratch, not part of source. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -15,6 +15,9 @@ build/
|
||||
coverage/
|
||||
.vitest/
|
||||
|
||||
# Self-play transcripts (operator scratch)
|
||||
tmp/
|
||||
|
||||
# Editor / OS
|
||||
.DS_Store
|
||||
.idea/
|
||||
|
||||
Reference in New Issue
Block a user