be1a600fdc
- 移除旧清洗器、规则、测试和打包配置 - 增加 AGENTS.md 与 CLAUDE.md 同步协作规范 - 建立 research-wiki 文档生命周期和首个设计记录
31 lines
363 B
Plaintext
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/
|