fix:新增工作流

This commit is contained in:
吕新雨
2026-02-02 21:59:15 +08:00
parent 86e4853709
commit d9a5dbafd6
13 changed files with 275 additions and 98 deletions

20
server/.dockerignore Normal file
View File

@@ -0,0 +1,20 @@
.venv
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
.mypy_cache/
.ruff_cache/
# 本地/测试数据
.test.db
*.db
# 测试与开发脚本(按需移除)
tests/
.env*
# Git 元数据
.git/
.gitignore