Arthur commited on
Commit ·
a30aa26
1
Parent(s): fe0dd3d
chore: add .gitignore to exclude pyc/pycache files
Browse files- .gitignore +7 -0
.gitignore
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
__pycache__/
|
| 2 |
+
*.pyc
|
| 3 |
+
*.pyo
|
| 4 |
+
*.pyd
|
| 5 |
+
*.so
|
| 6 |
+
*.DS_Store
|
| 7 |
+
*.ipynb_checkpoints
|