efc1313d87
- DiffView 聚焦 effect 依赖补上 before/after:stage 文本到达、 MergeView 重建后重新应用选区和滚动,跨组件点击不再停在顶部; - 非可编辑面板加 drawSelection,聚焦范围在浏览器中可见; - 移除 collapseUnchanged,评审始终可读完整未改动段落; - 滚动容器移到 .cm-mergeView 外层,编辑器高度自适应内容; - 新增 3 项 Vitest 覆盖折叠移除与聚焦时序,共 9 项通过; - README 与 explanation 同步当前检查数量。
38 lines
497 B
Plaintext
38 lines
497 B
Plaintext
# Python and local tools
|
|
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.claude/scratch/
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
reviewer/node_modules/
|
|
reviewer/coverage/
|
|
|
|
# Real documents and private datasets
|
|
data/
|
|
datasets/
|
|
uploads/
|
|
*.pdf
|
|
*.doc
|
|
*.docx
|
|
|
|
# Generated and experimental outputs
|
|
artifacts/
|
|
outputs/
|
|
experiments/
|
|
research-wiki/scratch/
|
|
*.cleaned.md
|
|
report.json
|
|
|
|
# Local third-party research checkouts
|
|
/reference/
|
|
|
|
# Editor and operating-system files
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|