初始化提交

This commit is contained in:
h88782481 2026-03-09 14:18:42 +08:00
commit 202731df74
28 changed files with 3140 additions and 0 deletions

31
.dockerignore Normal file
View file

@ -0,0 +1,31 @@
# 版本管理
.git/
.gitignore
# 环境变量
.env
.env.*
!.env.example
# Python 缓存
__pycache__/
*.pyc
*.pyo
*.pyd
# 虚拟环境
.venv/
venv/
# IDE
.vscode/
.idea/
.cursor/
# Docker 自身
Dockerfile
compose.yml
.dockerignore
# 文档
README.md