Spaces:
Sleeping
Sleeping
Marek Bukowicki commited on
Commit ·
9e390be
1
Parent(s): 5fd2416
uploading file to gdrive
Browse files- .gitignore +5 -1
.gitignore
CHANGED
|
@@ -21,6 +21,10 @@ runs/
|
|
| 21 |
build/
|
| 22 |
*shimnet.egg-info/
|
| 23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
# local
|
| 25 |
debugging/
|
| 26 |
-
run_trainings.sh
|
|
|
|
| 21 |
build/
|
| 22 |
*shimnet.egg-info/
|
| 23 |
|
| 24 |
+
# credentials
|
| 25 |
+
credentials.json
|
| 26 |
+
notebooks/token.pickle
|
| 27 |
+
|
| 28 |
# local
|
| 29 |
debugging/
|
| 30 |
+
run_trainings.sh
|