By the way, I'm not suggesting this is required or anything, if people dont think its a good idea to add a gitignore that would only help a few people, then fine with me. It's more just a suggested patch. 

On Wed, May 6, 2020 at 4:55 PM <pgagne@redhat.com> wrote:
From: Perry Gagne <pgagne@redhat.com>

I know some of use use pycharm, so I wasn't sure if this annoyed other
people but pycharm creates this directory to store all its settings.

We probably want to ignore it, so it doesn't show up anymore. Thought I
suggest a patch to do it.

Signed-off-by: Perry Gagne <pgagne@redhat.com>
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 45da7da..8301d8c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,9 @@
 Logs/
 build/

+#Intelij (Pycharm) project directory
+.idea/
+
 # vim swap files
 *.swp
 *.swo
--
2.21.3