重命名 refs 为 algorithm_subprocesses,并清理误提交的权重与缓存文件。

算法子进程目录仅保留源码与配置;权重、样本 I/O、构建产物通过 .gitignore 离线交付。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Kevin
2026-05-21 16:10:08 +08:00
parent 1af442481e
commit 70431ca3f9
19 changed files with 88 additions and 34 deletions

View File

@@ -10,6 +10,6 @@ __pycache__
.env.*
!.env.example
!.env.prod
refs
algorithm_subprocesses
*.md
.dockerignore