Files
writer-work-flow/.gitignore

24 lines
409 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# python
__pycache__/
*.py[cod]
.venv/
.uv/
.mypy_cache/
.pytest_cache/
.ruff_cache/
*.egg-info/
# node
node_modules/
.next/
apps/web/lib/api/openapi.json
# env / local
.env
.env.local
# claude code per-user local settings (machine-specific; not shared)
.claude/settings.local.json
# os
.DS_Store
.gstack/
# coverage artifact不入库覆盖率跑生成误提交由 CR 批 c596a8d 撤销)
.coverage