From dcebf4688ccbf8e64cf8dcca52490e2dea01bcf8 Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Sun, 3 May 2020 10:46:19 +0200 Subject: [PATCH] updated gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b3f73f6..6580fa4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /.idea/ settings.json - +__pycache__/ +*.log docker/postgres/data \ No newline at end of file -- GitLab