From 6dca16e1aeb87b10423894812b3d081912479de0 Mon Sep 17 00:00:00 2001 From: haoyuren <13851610112@163.com> Date: Wed, 29 Jul 2026 16:02:02 +0800 Subject: Add supplementary archive builder and pinned dependencies build_supplement.py assembles the anonymized code+data archive with a SHA256 manifest and a machine readable seed manifest; research notes, drafts, raw datasets, and git history are excluded. Co-Authored-By: Claude Fable 5 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 148c1cd..75c20b0 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ paper/*.blg paper/*.fls paper/*.fdb_latexmk paper/*.synctex.gz +supplement_build/ -- cgit v1.2.3