From c0590ff20f4478919c319fbe5444a4cafa602dcc Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Sat, 23 Oct 2021 13:47:01 +0200 Subject: [PATCH] Update .gitignore (#256) Add two more folders to be ignored. - .idea: Used by PyCharm - .venv: My convention for creating virtualenvs --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 64ac19ad..7484ecbd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .DS_Store +.idea/ .eggs __pycache__ .*.swp @@ -8,6 +9,7 @@ build data dist venv/ +.venv/ desktop.ini thumbs.db temp/