feat: 更新项目进度,完成 Phase 4 和 Phase 5,添加监控与健康检查功能

This commit is contained in:
锦麟 王
2026-02-05 10:32:52 +08:00
parent df76882178
commit 23bf2cfaef
11 changed files with 1588 additions and 41 deletions

68
.dockerignore Normal file
View File

@@ -0,0 +1,68 @@
# Git
.git
.gitignore
# Python
__pycache__
*.py[cod]
*$py.class
*.so
.Python
.venv
venv
env
.eggs
*.egg-info
.installed.cfg
*.egg
# IDE
.vscode
.idea
*.swp
*.swo
*~
# Testing
.pytest_cache
.coverage
htmlcov
.tox
.nox
# Mypy
.mypy_cache
# Documentation
docs/_build
*.md
!README.md
# Local config
.env
.env.local
config.local.json5
secrets/
# Logs and data
*.log
logs/
*.db
*.sqlite
*.sqlite3
data/
# PoC files
poc/
PoC*.md
# Development files
*.tmp
tmp/
temp/
# Tests (optional - include if you want tests in image)
# tests/
# Claude config
.claude/