重置项目并建立文档治理基础架构

- 移除旧清洗器、规则、测试和打包配置
- 增加 AGENTS.md 与 CLAUDE.md 同步协作规范
- 建立 research-wiki 文档生命周期和首个设计记录
This commit is contained in:
2026-08-20 17:20:53 +08:00
parent c19e9fcebf
commit be1a600fdc
18 changed files with 525 additions and 790 deletions
+27 -6
View File
@@ -1,9 +1,30 @@
# 数据与产物
# Python and local tools
__pycache__/
*.py[cod]
.venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
dist/
build/
*.egg-info/
# Real documents and private datasets
data/
datasets/
uploads/
*.pdf
*.doc
*.docx
# Generated and experimental outputs
artifacts/
outputs/
experiments/
*.cleaned.md
report.json
__pycache__/
*.pyc
.venv/
dist/
*.egg-info/
# Editor and operating-system files
.DS_Store
.idea/
.vscode/