Files
mdpolish/.gitignore
T
Bepr4 be1a600fdc 重置项目并建立文档治理基础架构
- 移除旧清洗器、规则、测试和打包配置
- 增加 AGENTS.md 与 CLAUDE.md 同步协作规范
- 建立 research-wiki 文档生命周期和首个设计记录
2026-08-20 17:20:53 +08:00

31 lines
363 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
# Editor and operating-system files
.DS_Store
.idea/
.vscode/