Rename DA3 directory and document system status
This commit is contained in:
36
Depth-Anything-V3-main/.gitignore
vendored
Normal file
36
Depth-Anything-V3-main/.gitignore
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
# Python cache
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
|
||||
# Distribution / packaging
|
||||
workspace/
|
||||
build/
|
||||
dist/
|
||||
*.egg-info/
|
||||
.gradio/
|
||||
|
||||
# Test/coverage
|
||||
.coverage
|
||||
.pytest_cache/
|
||||
htmlcov/
|
||||
.tox/
|
||||
gallery*/
|
||||
debug*/
|
||||
DA3HF*/
|
||||
gradio_workspace/
|
||||
eval_workspace/
|
||||
FILTER*/
|
||||
input_images*/
|
||||
*.gradio/
|
||||
|
||||
# Jupyter notebooks
|
||||
.ipynb_checkpoints
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
|
||||
.vscode
|
||||
src/debug_main.py
|
||||
temp*.png
|
||||
/outputs
|
||||
Reference in New Issue
Block a user