f00164ebbb
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>
37 lines
417 B
Plaintext
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
|