add __pycache__ to .gitignore

This commit is contained in:
Trent Palmer 2021-04-20 19:01:13 -07:00
parent 72daaa5a47
commit b006c72234
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
.coverage
db.sqlite3
accounts/__pycache__
__pycache__
accounts/migrations/__pycache__
accounts/tests/__pycache__
audio/__pycache__