From f00164ebbb23946e30d4ab1a36fa4e74e36b9669 Mon Sep 17 00:00:00 2001 From: "claude (blind_chess)" Date: Wed, 29 Apr 2026 05:56:14 -0400 Subject: [PATCH] chore: gitignore tmp/ for self-play transcripts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Self-play transcripts produced by `pnpm selfplay --transcripts` land in `tmp/selfplay-runs//` — operator scratch, not part of source. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f7feee2..da786cc 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,9 @@ build/ coverage/ .vitest/ +# Self-play transcripts (operator scratch) +tmp/ + # Editor / OS .DS_Store .idea/