From cfc35b5ae7875110f06dc3cae1b9591e9cc91c97 Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Mon, 9 Sep 2019 09:12:52 +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__