Update .gitignore (#1)
Browse files- Update .gitignore (dbc4029c747a7fa6255936926825a027e3255a8e)
- .gitignore +4 -0
.gitignore
CHANGED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
__pycache__/
|
| 2 |
+
.DS_Store
|
| 3 |
+
*.pyc
|
| 4 |
+
.venv/
|