track pairsets in git (hand-authored supervision source)

The pairset JSONs are the only non-regenerable input to the method (the
v_hack bases are derived from them via on-demand extraction, train.py:528).
They were caught by the blanket /out/ ignore; switch to /out/* + re-include
so any box (and Modal) gets the source from a clone instead of a side-channel
rsync. vhack safetensors stay ignored (383M of derived binaries).

Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>
This commit is contained in:
wassname
2026-06-06 08:11:01 +00:00
parent 4b9545c59a
commit 9c76584970
16 changed files with 20 additions and 1 deletions
+5 -1
View File
@@ -1,7 +1,11 @@
.claude/*
!.claude/memory/
.venv/
/out/
# ignore out/ contents (not the dir itself) so we can re-include pairsets below.
/out/*
# pairsets are hand-authored source (the supervision), not derived artifacts -- track them.
# vhack safetensors stay ignored: derived from these via on-demand extraction (train.py:528).
!/out/pairsets/
/data/
/log/
/logs/