Files
mdpolish/.gitignore
T
Bepr4 8c23ac5521 实现 arXiv 提交边栏戳清洗组件
冻结 0004,新增严格整行删除组件和测试,并记录 5 份论文的只读验证结果。同步 ClinDB 清洗范围,并忽略本地 reference 调研副本。
2026-08-22 15:02:21 +08:00

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/