add some __pycache__ directories to .gitignore

This commit is contained in:
2021-03-02 18:42:11 -08:00
parent c1676cfb73
commit 2b10df12ed
+5
View File
@@ -1,2 +1,7 @@
.env
db.sqlite3
accounts/__pycache__
accounts/migrations/__pycache__
audio/__pycache__
audio/migrations/__pycache__
tp/__pycache__