mirror of
https://github.com/wassname/evil_MoE.git
synced 2026-06-27 16:45:42 +08:00
15a796c542
- /modal/results/ holds derived modal-cloud run status (junk RemoteError summary); stop tracking it. - AFK_CHECK live-plan pointer #221 -> #1 (queue was cleared 2026-06-07 and the directionality set requeued via just queue-dir6 43). Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>
31 lines
682 B
Plaintext
31 lines
682 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/
|
|
|
|
# modal cloud run outputs (derived; _summary.json is just the remote status)
|
|
/modal/results/
|
|
|
|
# build/install artefacts
|
|
*.egg-info/
|
|
__pycache__/
|
|
*.pyc
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.mypy_cache/
|