Files
claude (blind_chess) f00164ebbb 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>
2026-04-29 05:56:14 -04:00

37 lines
417 B
Plaintext

.superpowers/
.backup/
# Node
node_modules/
.pnpm-store/
dist/
build/
.svelte-kit/
.vite/
*.tsbuildinfo
# Logs / coverage
*.log
coverage/
.vitest/
# Self-play transcripts (operator scratch)
tmp/
# Editor / OS
.DS_Store
.idea/
.vscode/
*.swp
# Secrets
.env
.env.local
# Handoff workspace artifacts (kept local)
.claude/handoffs/*.draft.md
.deploy-server/
# Local-only symlink to ~/bin/GITEA_API.md
GITEA_API.md