init proj

This commit is contained in:
贺海国
2025-12-25 15:32:44 +08:00
parent 0cb1c0f6e3
commit dac8a55983
9 changed files with 2353 additions and 2 deletions

51
.dockerignore Normal file
View File

@@ -0,0 +1,51 @@
# Git
.git
.gitignore
.gitattributes
# Python
__pycache__
*.py[cod]
*$py.class
*.so
.Python
*.egg-info
dist
build
.venv
venv
env
ENV
# 环境变量文件(应该通过环境变量或 secrets 传递)
.env
.env.local
.env.*.local
env.example
# IDE
.vscode
.idea
*.swp
*.swo
*~
# 文档
README.md
*.md
# 其他
.DS_Store
*.log
.pytest_cache
.coverage
htmlcov
# Docker
Dockerfile*
.dockerignore
docker-compose*.yml
# 锁定文件(可选,如果使用 uv 可以保留)
# uv.lock