Updated .gitignore to exclude PyCharm and virtual environment configuration files

This commit is contained in:
nocturn9x 2021-10-18 14:53:07 +02:00
parent c2d8a9dca5
commit d798a44624
1 changed files with 7 additions and 0 deletions

View File

@ -109,6 +109,7 @@ venv/
ENV/
env.bak/
venv.bak/
pyvenv.cfg
# Spyder project settings
.spyderproject
@ -127,3 +128,9 @@ dmypy.json
# Pyre type checker
.pyre/
# Pycharm stuff
.idea
idea/