Spaces:
Sleeping
Sleeping
Andrea Maldonado commited on
Commit ·
a3e6482
1
Parent(s): 2ea3878
Updates and sorts gitignore
Browse files- .gitignore +7 -6
.gitignore
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
data/
|
| 3 |
-
output/
|
| 4 |
.ipynb_checkpoints/
|
| 5 |
-
notebooks/.ipynb_checkpoints/*
|
| 6 |
-
gedi.egg-info/
|
| 7 |
build/
|
| 8 |
-
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.pyc
|
|
|
|
|
|
|
| 2 |
.ipynb_checkpoints/
|
|
|
|
|
|
|
| 3 |
build/
|
| 4 |
+
config_files/algorithm/grid_*/*
|
| 5 |
+
data/
|
| 6 |
+
gedi.egg-info/
|
| 7 |
+
notebooks/.ipynb_checkpoints/*
|
| 8 |
+
output/
|
| 9 |
+
smac3_output/
|