feat: 添加 Dockerfile 和 docker-compose.yml 部署方案

This commit is contained in:
2026-07-11 19:47:39 +08:00
parent 9784f5f436
commit 1df4793acb
3 changed files with 120 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
__pycache__/
*.pyc
.venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.vscode/
.git/
.gitignore
.env
data/
*.egg-info/
dist/
build/
.coverage
coverage.xml