Similar questions like this one about how to ignore files in a git repo are typically answered by showing which git command to execute on the command line. Even this one, although it is PyCharm specific, does the same.
Is there a way to manage this file through the PyCharm GUI?
Try:
.gitignore
should now be included in .ignore
along with .hgignore
etc.