# https://www.atlassian.com/git/tutorials/saving-changes/gitignore
# https://linuxize.com/post/gitignore-ignoring-files-in-git

# A line starting with "!" re-includes files that were ignored by
# previous pattern.

*.pyc
*~
/tmp/*
