diff --git a/.gitignore b/.gitignore index b4822467..f2eaba7f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ # Byte-compiled / optimized / DLL files __pycache__/ *.py[~cod] + +# Pycharm project files +.idea +.idea/*