8c23ac5521
冻结 0004,新增严格整行删除组件和测试,并记录 5 份论文的只读验证结果。同步 ClinDB 清洗范围,并忽略本地 reference 调研副本。
34 lines
415 B
Plaintext
34 lines
415 B
Plaintext
# 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
|
|
|
|
# Local third-party research checkouts
|
|
/reference/
|
|
|
|
# Editor and operating-system files
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|