From 0ede5205f2a5852b2fd4c33bc137e69b8afde123 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 26 Jun 2024 14:04:56 -0400 Subject: [PATCH] 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. --- Python.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 82f92755..042971f7 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -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 __pycache__/ *.py[cod]