前几天忘了上传了上传一下

This commit is contained in:
2025-07-09 17:37:10 +08:00
parent 3ccd7e93ed
commit 68a9508f4d
1526 changed files with 60713 additions and 9496 deletions

46
Server/.dockerignore Normal file
View File

@@ -0,0 +1,46 @@
# Docker相关文件
Dockerfile
docker-compose.yml
.dockerignore
# Git相关
.git
.gitignore
# Python缓存
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
# IDE和编辑器
.vscode/
.idea/
*.swp
*.swo
*~
# 系统文件
.DS_Store
Thumbs.db
# 日志文件
*.log
# 临时文件
*.tmp
*.temp
# 文档
*.md
help.txt
# 服务配置文件
*.service
start.bat
start.sh
# 其他不需要的文件
console_demo.py