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/
|
coverage/
|
||||||
.vitest/
|
.vitest/
|
||||||
|
|
||||||
|
# Self-play transcripts (operator scratch)
|
||||||
|
tmp/
|
||||||
|
|
||||||
# Editor / OS
|
# Editor / OS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.idea/
|
.idea/
|
||||||
|
|||||||
Reference in New Issue
Block a user