后端的docker构建

This commit is contained in:
2026-03-27 17:46:32 +08:00
parent d4a8f59fd8
commit a10a5a176b
4 changed files with 54 additions and 7 deletions
+13
View File
@@ -0,0 +1,13 @@
.venv
.git
__pycache__
*.pyc
*.pyo
*.pyd
.pytest_cache
.mypy_cache
.cache
.env
*.log
dist
build