Added IDE folder to ignore
diff --git a/.gitignore b/.gitignore
index fc2456c..7cd83d2 100755
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,8 @@
 *.py[cod]
 *$py.class
 
+#IDE
+.idea/
 
 # C extensions
 *.so
@@ -66,4 +68,4 @@
 .pytest.restart
 
 # JUnit xml
-utils/ci/junit-xml/*.xml
\ No newline at end of file
+utils/ci/junit-xml/*.xml