first commit
Browse files- .gitignore +5 -0
.gitignore
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.dat
|
2 |
+
*.pkl
|
3 |
+
*.zip
|
4 |
+
__pycache__/*
|
5 |
+
*.pyc
|