Commit d6511d13 by liuqingjun2

添加加密的模型处理文件

parent 6a26a40f
# Python缓存文件
__pycache__/
*.py[cod]
# 加密源文件
*$py.class
*.egg-info/
*.log
*.py[cod]
*.so
# IDE文件
.vscode/
.idea/
*.swp
*.swo
# 日志文件
*.log
# 临时文件
*.tmp
*.swp
*.temp
~*
# 系统文件
*.tmp
.DS_Store
Thumbs.db
desktop.ini
# Python虚拟环境
.env
.idea/
.venv
env/
venv/
# 打包文件
dist/
.vscode/
Thumbs.db
__pycache__/
build/
*.egg-info/
# 数据库文件(如果不需要追踪)
# *.db
# *.sqlite
# *.sqlite3
# 敏感配置文件
config/private.yaml
config/secrets.yaml
config/private.yaml
\ No newline at end of file
desktop.ini
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