添加部署相关
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-11-08 05:42:10 +08:00
parent d85723c44c
commit dbaacaa582
7 changed files with 115 additions and 3 deletions

15
.dockerignore Normal file
View File

@ -0,0 +1,15 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
site/
.cache/
# Virtual environments
.venv
# deploy scripts
/deploy