From db7d0074ec9d26f9284ac26d429fe55e5cb550bb Mon Sep 17 00:00:00 2001 From: George Lacey Date: Thu, 6 May 2021 05:49:05 +0100 Subject: [PATCH] Ignore pycharm files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index b6e4761..0aef0ec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# pycharm + +.idea/ + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]