From 4710f7182acfe18482ff8e0caff0f3af4974a24c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Andr=C3=A9s?= <62516404+andresm-data@users.noreply.github.com> Date: Thu, 4 Jun 2026 13:50:31 -0500 Subject: [PATCH] feat: update Python.gitignore to exclude PDF, CSV, and temporary files --- Python.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index b3ec7d5e..835e1c48 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -36,6 +36,13 @@ MANIFEST pip-log.txt pip-delete-this-directory.txt +# Generated documents / data exports +*.pdf +*.csv + +# Microsoft Office temporary files +~$* + # Unit test / coverage reports htmlcov/ .tox/