5278190750
- 后端: 凭证生成引擎、金蝶导出器、凭证模板服务 - 后端: 成本分析服务、AI问答服务 - 后端: 科目映射CRUD API、分析API、QA API - 后端: 集成测试(认证/任务/凭证) 49个测试全部通过 - 前端: 凭证管理、成本分析、导出中心、知识库、系统设置页面 - 前端: AuthGuard认证守卫、Dashboard AI聊天功能 - 前端: Playwright E2E测试 16 passed, 1 skipped - 基础设施: Docker Compose、Nginx反向代理、.env.example - 文档: 用户手册、管理员手册、发布检查清单
51 lines
597 B
Plaintext
51 lines
597 B
Plaintext
# Node / Next.js
|
|
node_modules/
|
|
.next/
|
|
out/
|
|
dist/
|
|
build/
|
|
coverage/
|
|
|
|
# Python / FastAPI
|
|
venv/
|
|
.venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
htmlcov/
|
|
|
|
# Environment and secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
!.env.local.example
|
|
|
|
# Uploads and generated files
|
|
uploads/
|
|
backend/uploads/
|
|
/exports/
|
|
logs/
|
|
*.log
|
|
|
|
# Database / local runtime
|
|
*.sqlite
|
|
*.db
|
|
postgres_data/
|
|
redis_data/
|
|
|
|
# IDE / OS
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
.cursor-local-assistant-v2/
|
|
|
|
# Package manager
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*frontend/test-results/
|
|
frontend/playwright-report/
|