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:
claude (blind_chess)
2026-04-29 05:56:14 -04:00
parent dc7f8adcdf
commit f00164ebbb
+3
View File
@@ -15,6 +15,9 @@ build/
coverage/
.vitest/
# Self-play transcripts (operator scratch)
tmp/
# Editor / OS
.DS_Store
.idea/