update server
This commit is contained in:
@@ -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/
|
||||
Reference in New Issue
Block a user