Spaces:
Runtime error
Runtime error
delete files
Browse files- .gitignore +4 -1
.gitignore
CHANGED
|
@@ -2,4 +2,7 @@
|
|
| 2 |
*.egg-info
|
| 3 |
|
| 4 |
*.env
|
| 5 |
-
!.example.env
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
*.egg-info
|
| 3 |
|
| 4 |
*.env
|
| 5 |
+
!.example.env
|
| 6 |
+
|
| 7 |
+
gaia_solving_agent/static/*
|
| 8 |
+
!gaia_solving_agent/static/files/.gitkeep
|