From a9e606779bb28a8fbc92d27d778bbe97e61b218c Mon Sep 17 00:00:00 2001 From: John Mertic Date: Mon, 6 May 2024 08:14:38 -0400 Subject: [PATCH] Attribute sections of the .gitignore file to the upstream template (#11) Signed-off-by: John Mertic --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 94d37e4..74db385 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +## Source https://github.com/github/gitignore/blob/main/Python.gitignore + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] @@ -159,6 +161,8 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +## Source: https://github.com/github/gitignore/blob/main/Global/macOS.gitignore + # General .DS_Store .AppleDouble @@ -186,5 +190,7 @@ Network Trash Folder Temporary Items .apdisk +## Specific to this project + /*.yml dco-signoffs/