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.
This commit is contained in:
John 2020-12-19 17:25:27 -08:00 committed by GitHub
parent 923e1a7c3d
commit a566990a2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -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