If PyCharm offers you to commit the files, it means that you have already added them to Git. You need to remove them using ‘git rm –cached’ and commit the change. After that, they will be ignored by the integration according to your .gitignore settings.