Update .gitignore

Ignore .idea in PyCharm
This commit is contained in:
willnoonan 2022-02-17 12:56:36 -06:00 committed by GitHub
parent 34ee303fed
commit 043e69669b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
# PyCharm
.idea
.vscode/settings.json
pythonenv3.8/
__pycache__