Charles Kabui
commited on
Commit
·
caaff56
1
Parent(s):
6d407f0
feature analysis
Browse files- .gitignore +5 -0
.gitignore
CHANGED
@@ -1 +1,6 @@
|
|
1 |
__pycache__
|
|
|
|
|
|
|
|
|
|
|
|
1 |
__pycache__
|
2 |
+
*.feather
|
3 |
+
*.pickle
|
4 |
+
*.zip
|
5 |
+
*.json
|
6 |
+
.DS_Store
|