Previously, the Pycharm configuration files .idea/ were tracked
in this project.
This lead to problems where multiple contributors have different
versions of PyCharm installed (and broke my PyCharm installation
at least once completely).
We therefore simply remove the .idea/ folder from being
tracked by git.
Previously, the Pycharm configuration files
.idea/
were tracked in this project. This lead to problems where multiple contributors have different versions of PyCharm installed (and broke my PyCharm installation at least once completely).We therefore simply remove the
.idea/
folder from being tracked by git.