6.2
This commit is contained in:
36
.gitignore
vendored
36
.gitignore
vendored
@@ -1,20 +1,23 @@
|
||||
# 推理结果(保留空目录占位)
|
||||
# ---------- 输入(视频、Excel/表、转码产物,本地放置)----------
|
||||
/input/*
|
||||
!/input/.gitkeep
|
||||
|
||||
# ---------- 推理结果(保留空目录占位)----------
|
||||
/output/*
|
||||
!/output/.gitkeep
|
||||
|
||||
# 用户放入的测试视频 / 转码产物(保留商品表 Excel)
|
||||
/input/*.mp4
|
||||
/input/*.avi
|
||||
/input/*.mkv
|
||||
/input/*.mov
|
||||
/input/remuxed/
|
||||
# ---------- 模型权重(setup.sh 检查,需本地放置)----------
|
||||
/weights/*
|
||||
!/weights/.gitkeep
|
||||
|
||||
# 运行期 ROI / 日志
|
||||
/output/*.json
|
||||
/output/*.txt
|
||||
/output/*.log
|
||||
doctor_identity_package/*.pth
|
||||
doctor_identity_package/.mediapipe_models/
|
||||
|
||||
# Python 环境与缓存
|
||||
# 其他数据目录(若从 vendor 拷贝 Excel/权重)
|
||||
/data/
|
||||
|
||||
# ---------- 运行期临时 / 缓存 ----------
|
||||
*.pth.tar
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
@@ -26,13 +29,18 @@ venv/
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
htmlcov/
|
||||
.coverage
|
||||
|
||||
# Jupyter / 临时文件
|
||||
# ---------- Jupyter / 编辑器临时 ----------
|
||||
.ipynb_checkpoints/
|
||||
*.swp
|
||||
*~
|
||||
|
||||
# IDE / 系统
|
||||
# ---------- IDE / 系统 ----------
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
0
weights/.gitkeep
Normal file
0
weights/.gitkeep
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user