feat: 添加云托管部署配置文件

This commit is contained in:
2026-03-05 18:58:33 +08:00
parent d47ccd7039
commit 6416441539
4 changed files with 65 additions and 0 deletions

19
server/.dockerignore Normal file
View File

@@ -0,0 +1,19 @@
# 忽略本地环境配置
.env
.env.*
# 忽略缓存
__pycache__/
*.pyc
*.pyo
# 忽略git
.git/
.gitignore
# 忽略测试文件
test_*.py
# 忽略IDE
.idea/
.vscode/