first commit

This commit is contained in:
贺海国
2025-09-24 17:24:54 +08:00
parent 1eec5a35fc
commit 1dbc2330e0
15 changed files with 1522 additions and 0 deletions

46
.dockerignore Normal file
View File

@@ -0,0 +1,46 @@
# Git
.git
.gitignore
# Python
__pycache__
*.pyc
*.pyo
*.pyd
.Python
env
pip-log.txt
pip-delete-this-directory.txt
# Virtual Environment
.venv
venv
ENV
# IDE
.vscode
.idea
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Docker
Dockerfile
docker-compose.yml
.dockerignore
# Documentation
README.md
docs/
# Testing
.pytest_cache
.coverage
htmlcov/
# uv
.uv/