mirror of
https://github.com/wassname/evil_MoE.git
synced 2026-06-27 18:04:59 +08:00
9c76584970
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>
28 lines
588 B
Plaintext
28 lines
588 B
Plaintext
.claude/*
|
|
!.claude/memory/
|
|
.venv/
|
|
# 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/
|
|
/svd_cache/
|
|
/tmp/
|
|
*.log
|
|
/docs/reviews
|
|
/docs/
|
|
|
|
# vendored upstream reference repos cloned for grep access (see RESEARCH_JOURNAL.md)
|
|
/docs/vendor/
|
|
|
|
# build/install artefacts
|
|
*.egg-info/
|
|
__pycache__/
|
|
*.pyc
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.mypy_cache/
|