24 lines
409 B
Plaintext
24 lines
409 B
Plaintext
# 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
|