Remove PyCharm's .idea rules from .gitignore

Latest PyCharm versions (in fact, most JetBrains IDEs, I guess) can generate a decent .gitignore file inside the .idea/ directory when the IDE is opened. It is better to rely on this behavior than having to maintain a curated .gitignore for that purpose.