From 766cfad4e904a963a63f7c224d6d06fd3ebbe7cc Mon Sep 17 00:00:00 2001 From: Matheus Felipe <50463866+matheusfelipeog@users.noreply.github.com> Date: Wed, 22 Dec 2021 20:15:45 -0300 Subject: [PATCH] Add .pypirc to the Python.gitignore file --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index d9005f2c..29209d56 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -25,6 +25,7 @@ share/python-wheels/ .installed.cfg *.egg MANIFEST +.pypirc # PyInstaller # Usually these files are written by a python script from a template