Commit
·
b2c93a6
1
Parent(s):
4e65201
Update .gitignore
Browse files- .gitignore +3 -1
.gitignore
CHANGED
@@ -2,4 +2,6 @@
|
|
2 |
/__pycache__/
|
3 |
|
4 |
#Ignore results
|
5 |
-
/results*/
|
|
|
|
|
|
2 |
/__pycache__/
|
3 |
|
4 |
#Ignore results
|
5 |
+
/results*/
|
6 |
+
|
7 |
+
.idea/
|