diff --git a/.gitignore b/.gitignore index 09bcd99..15fc00b 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ audio_cache/ # OS .DS_Store Thumbs.db +**/__pycache__/ +*.pyc