Initial commit

This commit is contained in:
2025-11-05 14:22:18 +08:00
commit d7a0850171
20 changed files with 3199 additions and 0 deletions

22
.dockerignore Normal file
View File

@@ -0,0 +1,22 @@
# Git
.git
.gitignore
# 本地Cookie (!! 绝对禁止打包 !!)
cookie.txt
*.bak
# 文档
README.md
使用文档.md
*.png
*.jpg
# Python 缓存
__pycache__/
*.pyc
*.pyo
# IDE/系统
.vscode/
.DS_Store