From d3d98940e82795bc4bd88919659a89f888376cf8 Mon Sep 17 00:00:00 2001 From: Richard Feistenauer Date: Sat, 26 Jan 2019 08:36:20 +0100 Subject: [PATCH] added pycache to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9b084bb..7e4df26 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .idea/ -*.pyc__pycache__ \ No newline at end of file +*.pyc__pycache__ +__pycache__ \ No newline at end of file