Initial media depth project backup

This commit is contained in:
Codex
2026-05-20 12:25:12 +08:00
commit 4a0aebb2bd
358 changed files with 182095 additions and 0 deletions

54
.gitignore vendored Normal file
View 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/