Create .gitignore
Browse files- .gitignore +9 -0
.gitignore
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
__pycache__/
|
| 2 |
+
*.pyc
|
| 3 |
+
*.pyo
|
| 4 |
+
.DS_Store
|
| 5 |
+
*.wav
|
| 6 |
+
*.mp3
|
| 7 |
+
*.m4a
|
| 8 |
+
*.ogg
|
| 9 |
+
*.flac
|