I'm working on a project in pycharm on two different computer. I synchronize my files with the help of github. However everytime I use pycharm it changes files in the .idea folder and I have to be super careful of the order in which I start my computer in order to not prevent the pull (aka if I by mistake open pycharm before pulling, I now have to take the long way around to fix conflicts because it changed the workspace.xml file). Moreover I have to reconfigure the pycharm interpreter everytime I change computer.
I know this is possible for intellij, but following the instructions for pycharm don't work.
Is it possible to move the .idea folder out of the working directory so I don't have to do all of this?