Add __pycache__ to ignored list

This commit is contained in:
Marian Steinbach 2018-05-03 11:43:29 +02:00
parent 8f3025e9bb
commit 280d13605e

1
.gitignore vendored
View file

@ -3,3 +3,4 @@ cache
webapp/node_modules webapp/node_modules
secrets secrets
temp temp
__pycache__