mirror of
https://github.com/github/gitignore.git
synced 2026-08-26 09:47:48 +02:00
feat: update Python.gitignore to exclude PDF, CSV, and temporary files
This commit is contained in:
parent
dcc0fc7bc2
commit
4710f7182a
@ -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/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user