.env
.venv
.pytest_cache/
__pycache__/
output/
projects/
*.pyc
.DS_Store

# 本机 LLM/Polish 评测数据：从真实会议项目提取，含敏感内容，严禁提交。
# 脱敏种子集（如 evals/polish_cases.jsonl）正常入库；真实数据只放下列位置。
evals/local/
evals/private/
*.local.jsonl
*.private.jsonl

# Agent runtime worktrees
.claude/

# Web UI (React/Vite) build artifacts; the SPA bundle is regenerated at wheel-build
# time (P4 packaging) and the server serves a hint when it is absent.
web/node_modules/
web/dist/
src/app/web/static/

# Local build/verification scratch. Hatchling's sdist includes everything that is not
# VCS-ignored, so untracked junk here would otherwise get packed into locally built sdists.
.uv-cache/
dist-test/
