feat: update Python.gitignore to exclude PDF, CSV, and temporary files

This commit is contained in:
Richard Andrés 2026-06-04 13:50:31 -05:00
parent dcc0fc7bc2
commit 4710f7182a

View File

@ -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/