feat(validation): archive key result assets

Keep key validation outputs and analysis tables tracked directly,
package analysis plot PNGs into a small tar.gz backup, and add
analysis scripts plus tests so the stored results remain
reproducible without flooding git with large image trees.
This commit is contained in:
2026-03-19 21:29:54 +08:00
parent f6bf9e85a3
commit 8071a141ee
20 changed files with 36723 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ dependencies = [
"matplotlib>=3.10",
"numpy>=1.26",
"pandas>=2.2",
"seaborn>=0.13",
]
[project.scripts]