init proj

This commit is contained in:
贺海国
2025-12-25 17:28:36 +08:00
parent cb3d0b83c3
commit 96bcc860fe
7 changed files with 2881 additions and 2 deletions

38
.dockerignore Normal file
View File

@@ -0,0 +1,38 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
.venv/
venv/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Git
.git/
.gitignore
# Docker
Dockerfile
.dockerignore
# Other
*.log
.pytest_cache/
.coverage
htmlcov/