From a566990a2fe83fe0e8db1eee3ec939a0423736d5 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 19 Dec 2020 17:25:27 -0800 Subject: [PATCH] Update .gitignore I want to add some tests but before that I want git to ignore the venv folder and all the Idea (Pycharm) settings that get created in the home folder by default. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7707d82..6b2147e 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ develop-eggs .installed.cfg lib lib64 +venv # Installer logs pip-log.txt @@ -53,3 +54,4 @@ ChangeLog .*.swp .*sw? .ropeproject +.idea