Create .gitignore
Browse files- .gitignore +5 -0
.gitignore
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.ipynb_checkpoints/
|
2 |
+
**/.bashrc
|
3 |
+
.DS_Store
|
4 |
+
**/__pycache__/
|
5 |
+
.idea/
|