Initial media depth project backup
This commit is contained in:
54
.gitignore
vendored
Normal file
54
.gitignore
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
# Local agent/runtime metadata
|
||||
.agents/
|
||||
.codex/
|
||||
|
||||
# Python caches and local virtual environments
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# Generated outputs
|
||||
workspace/
|
||||
debug/
|
||||
debug*/
|
||||
gallery*/
|
||||
gradio_workspace/
|
||||
eval_workspace/
|
||||
*_Universal_Results/
|
||||
*_result/
|
||||
outputs/
|
||||
vis_depth/
|
||||
video_depth_vis/
|
||||
|
||||
# Model weights and downloaded archives
|
||||
checkpoints/
|
||||
*.pth
|
||||
*.pt
|
||||
*.safetensors
|
||||
*.onnx
|
||||
*.engine
|
||||
*.zip
|
||||
|
||||
# Large local installers/media
|
||||
0_MeshLab软件/
|
||||
*.exe
|
||||
*.mp4
|
||||
*.avi
|
||||
*.mov
|
||||
*.mkv
|
||||
*.pdf
|
||||
|
||||
# Build/package artifacts
|
||||
build/
|
||||
dist/
|
||||
*.egg-info/
|
||||
.gradio/
|
||||
*.gradio/
|
||||
|
||||
# OS/editor files
|
||||
.DS_Store
|
||||
.vscode/
|
||||
Reference in New Issue
Block a user