初始化提交

This commit is contained in:
2025-12-14 15:11:17 +08:00
commit 1123d6aef2
39 changed files with 5213 additions and 0 deletions

41
.dockerignore Normal file
View File

@@ -0,0 +1,41 @@
# Docker 相关文件
.dockerignore
# Node
node_modules/
npm-debug.log
yarn-error.log
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
# 构建产物
dist/
build/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Git
.git/
.gitignore
# 文档
README.md
*.md
# 配置
.env
.env.local