Spaces:
Running
on
L40S
Running
on
L40S
Upload ./.gitignore with huggingface_hub
Browse files- .gitignore +5 -4
.gitignore
CHANGED
|
@@ -32,11 +32,12 @@
|
|
| 32 |
### PreCI ###
|
| 33 |
.codecc
|
| 34 |
|
| 35 |
-
.gitignore_bk
|
| 36 |
.vscode/
|
| 37 |
outputs
|
| 38 |
weights
|
| 39 |
third_party/weights
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
|
|
|
|
|
|
|
|
| 32 |
### PreCI ###
|
| 33 |
.codecc
|
| 34 |
|
|
|
|
| 35 |
.vscode/
|
| 36 |
outputs
|
| 37 |
weights
|
| 38 |
third_party/weights
|
| 39 |
+
scripts/inference.py
|
| 40 |
+
|
| 41 |
+
## huggingface space
|
| 42 |
+
third_party/dust3r
|
| 43 |
+
app_hg.py
|