Commit d6511d13 by liuqingjun2

添加加密的模型处理文件

parent 6a26a40f
# Python缓存文件 # 加密源文件
__pycache__/
*.py[cod]
*$py.class *$py.class
*.egg-info/
*.log
*.py[cod]
*.so *.so
# IDE文件
.vscode/
.idea/
*.swp
*.swo *.swo
*.swp
# 日志文件
*.log
# 临时文件
*.tmp
*.temp *.temp
~* *.tmp
# 系统文件
.DS_Store .DS_Store
Thumbs.db
desktop.ini
# Python虚拟环境
.env .env
.idea/
.venv .venv
env/ .vscode/
venv/ Thumbs.db
__pycache__/
# 打包文件
dist/
build/ build/
*.egg-info/ config/private.yaml
# 数据库文件(如果不需要追踪)
# *.db
# *.sqlite
# *.sqlite3
# 敏感配置文件
config/secrets.yaml config/secrets.yaml
config/private.yaml desktop.ini
\ No newline at end of file dist/
env/
handlers/modelpage/model_test_handler.py
handlers/modelpage/model_training_handler.py
handlers/modelpage/model_trainingworker_handler.py
handlers/modelpage/training_handler.py
venv/
~*
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment