feat: 更新项目进度,完成 Phase 4 和 Phase 5,添加监控与健康检查功能
This commit is contained in:
68
.dockerignore
Normal file
68
.dockerignore
Normal 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/
|
||||
Reference in New Issue
Block a user