Files
Media_Depth/.gitignore
2026-05-20 12:25:12 +08:00

55 lines
627 B
Plaintext

# 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/