Spaces:
Sleeping
Sleeping
joshua400 commited on
Commit ·
916953f
1
Parent(s): 1acc92f
Fix: Update .gitignore to allow evidence/plots while ignoring root plots
Browse files- .gitignore +1 -1
.gitignore
CHANGED
|
@@ -8,7 +8,7 @@ dist/
|
|
| 8 |
build/
|
| 9 |
.env
|
| 10 |
.venv/
|
| 11 |
-
plots/
|
| 12 |
grpo_output/
|
| 13 |
*.zip
|
| 14 |
Reffrence project/
|
|
|
|
| 8 |
build/
|
| 9 |
.env
|
| 10 |
.venv/
|
| 11 |
+
/plots/
|
| 12 |
grpo_output/
|
| 13 |
*.zip
|
| 14 |
Reffrence project/
|