quality-inspection-platform/.dockerignore
qihongkun f5143aee09 feat: 添加 Docker 部署支持和 MCP 原生集成
- 添加 Dockerfile、docker-compose.yml 和 Jenkins 流水线配置
- 新增 MCP 原生集成模块 (mcp_native.py)
- 移除旧的 mcp_bridge.py,更新依赖和文档
- 添加部署文档 (Docker 和服务器部署指南)

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-25 14:21:43 +08:00

36 lines
324 B
Plaintext

.git
.gitignore
.venv
venv
__pycache__
*.py[cod]
.pytest_cache
.mypy_cache
.ruff_cache
ai_test.db
*.db
*.db-journal
*.db-wal
*.db-shm
frontend-admin/node_modules
frontend-admin/dist
frontend-admin/.vite
.env
.env.*
!.env.example
.cursor
.serena
.idea
.vscode
.run_logs
*.log
docs/
*.md
!README.md
start_project.command