add pycharm dir to gitignore

This commit is contained in:
Vicky Rampin 2021-10-24 14:36:39 -04:00
parent 85e99f472c
commit 7b5068fb06
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -113,3 +113,6 @@ dmypy.json
# Pyre type checker # Pyre type checker
.pyre/ .pyre/
# PyCharm specific
.idea