Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
Oil_Level_Recognition_System
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Oil_Level_Recognition_System
Commits
d6511d13
Commit
d6511d13
authored
Dec 06, 2025
by
liuqingjun2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加加密的模型处理文件
parent
6a26a40f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
36 deletions
+20
-36
.gitignore
.gitignore
+20
-36
No files found.
.gitignore
View file @
d6511d13
# 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/
~*
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment