Spaces:
Running on Zero
Running on Zero
Ignore legacy workspace files
Browse files
.hfignore
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
.cache/
|
| 2 |
+
checkpoints/
|
| 3 |
+
__pycache__/
|
| 4 |
+
*.pyc
|
| 5 |
+
.DS_Store
|
| 6 |
+
|
| 7 |
+
# Legacy PiD experiment files from this workspace are not part of the Marlin Space.
|
| 8 |
+
pid/
|
| 9 |
+
candidate_examples/
|
| 10 |
+
candidate_results/
|
| 11 |
+
research_outputs/
|
| 12 |
+
UPSTREAM_PID_README.md
|
| 13 |
+
LICENSE-PiD-CODE
|
| 14 |
+
examples/*.jpg
|