update server

This commit is contained in:
2026-07-30 11:12:31 +08:00
commit 4312cb878c
99 changed files with 24034 additions and 0 deletions
+80
View File
@@ -0,0 +1,80 @@
.lic
# =====================
# Python
# =====================
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
*.egg
dist/
build/
*.whl
*.manifest
*.spec
# =====================
# Virtual environments
# =====================
venv/
env/
.venv/
.env/
# =====================
# C extensions / Cython
# =====================
*.pyd
*.so
*.c
*.exp
*.lib
*.obj
# =====================
# IDE / Editor
# =====================
.idea/
.vscode/
*.swp
*.swo
*~
# =====================
# macOS
# =====================
.DS_Store
.AppleDouble
.LSOverride
._*
# =====================
# Build artifacts
# =====================
build_libs/temp/
# =====================
# Secrets & keys
# =====================
license_private.pem
*.key
.env.local
*.local
# =====================
# Logs & runtime data
# =====================
*.log
data_record/
ind_data/
model_config/
# =====================
# Distribution / packaging
# =====================
*.zip
*.tar.gz
*.dmg
*.app
installer/