Update .gitignore to include .idea (#57)

Update .gitignore to include .idea for those using Py Charm
This commit is contained in:
Ronnie 2021-05-13 23:54:38 -07:00 committed by GitHub
parent 70330a886d
commit 93ed8a4c15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ pythonenv*
venv
.venv
.coverage
.idea