add some __pycache__ directories to .gitignore

This commit is contained in:
Trent Palmer 2021-03-02 18:42:11 -08:00
parent c1676cfb73
commit 2b10df12ed
1 changed files with 5 additions and 0 deletions

5
.gitignore vendored
View File

@ -1,2 +1,7 @@
.env
db.sqlite3
accounts/__pycache__
accounts/migrations/__pycache__
audio/__pycache__
audio/migrations/__pycache__
tp/__pycache__