Update Python.gitignore file header

Added header to python gitignore file for when a user copies the file into their project they know where to get update results later. Especially useful for new developers wondering where the previous developer got all the base information.
This commit is contained in:
Josh 2024-06-26 14:04:56 -04:00 committed by GitHub
parent 8779ee73af
commit 0ede5205f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,8 @@
## Ignore Python temporary files, build results, and
## files generated by popular Python add-ons.
##
## Get latest from https://github.com/github/gitignore/blob/main/Python.gitignore
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
*.py[cod] *.py[cod]