Skip to content

Commit

Permalink
Attribute sections of the .gitignore file to the upstream template (#11)
Browse files Browse the repository at this point in the history
Signed-off-by: John Mertic <[email protected]>
  • Loading branch information
jmertic authored May 6, 2024
1 parent 8f5fde1 commit a9e6067
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Source https://github.com/github/gitignore/blob/main/Python.gitignore

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -186,5 +190,7 @@ Network Trash Folder
Temporary Items
.apdisk

## Specific to this project

/*.yml
dco-signoffs/

0 comments on commit a9e6067

Please sign in to comment.