.gitgnore updated
Browse files- .gitignore +4 -1
.gitignore
CHANGED
@@ -1,2 +1,5 @@
|
|
1 |
__pycache__/
|
2 |
-
.DS_Store
|
|
|
|
|
|
|
|
1 |
__pycache__/
|
2 |
+
.DS_Store
|
3 |
+
.env
|
4 |
+
.wandb/*
|
5 |
+
results/*
|