From 28bf3b3c1dcd515954d0c54de5ea4e30bc61f12e Mon Sep 17 00:00:00 2001
From: Patrick Jentsch
Date: Fri, 6 Sep 2019 14:59:32 +0200
Subject: [PATCH] After dockerization there are no __pycache__ directories. So
we don't need to ignore them anymore.
---
.gitignore | 1 -
1 file changed, 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 1f94dbe8..15670c52 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,2 @@
db.env
web.env
-__pycache__