After dockerization there are no __pycache__ directories. So we don't need to ignore them anymore.

This commit is contained in:
Patrick Jentsch 2019-09-09 09:12:52 +02:00
parent d87c424ee7
commit cfc35b5ae7

1
.gitignore vendored
View File

@ -1,3 +1,2 @@
db.env
web.env
__pycache__