From 4e97189105d21fb847d07c577bf768f551516b48 Mon Sep 17 00:00:00 2001 From: Wes <5124946+wesinator@users.noreply.github.com> Date: Wed, 3 Jul 2024 00:17:42 -0400 Subject: [PATCH 1/2] Python.gitignore: + .pypirc --- templates/Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/Python.gitignore b/templates/Python.gitignore index 68bc17f9..06ace190 100644 --- a/templates/Python.gitignore +++ b/templates/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 From 4b89166697c4f2f2556a01003a3e70ad2ab4a3bd Mon Sep 17 00:00:00 2001 From: Wes <5124946+wesinator@users.noreply.github.com> Date: Wed, 3 Jul 2024 00:24:30 -0400 Subject: [PATCH 2/2] PythonVanilla.gitignore: .pypirc --- templates/PythonVanilla.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/PythonVanilla.gitignore b/templates/PythonVanilla.gitignore index 2fe1700a..72c52f1d 100644 --- a/templates/PythonVanilla.gitignore +++ b/templates/PythonVanilla.gitignore @@ -25,6 +25,7 @@ share/python-wheels/ .installed.cfg *.egg MANIFEST +.pypirc # Installer logs pip-log.txt