gitignore
Browse files- .gitignore +6 -0
.gitignore
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
__pycache__
|
| 2 |
+
.ipynb_checkpoints
|
| 3 |
+
.DS_Store
|
| 4 |
+
.history
|
| 5 |
+
default.profraw
|
| 6 |
+
*/.DS_Store
|