重置项目并建立文档治理基础架构
- 移除旧清洗器、规则、测试和打包配置 - 增加 AGENTS.md 与 CLAUDE.md 同步协作规范 - 建立 research-wiki 文档生命周期和首个设计记录
This commit is contained in:
+27
-6
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user