commit 19fddfaacfd1ec5870f7c9d64c8bf8e463573229 Author: brent s Date: Fri Jun 12 22:11:36 2020 -0400 initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ff3b78a --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +# https://git-scm.com/docs/gitignore +# https://help.github.com/articles/ignoring-files +# Example .gitignore files: https://github.com/github/gitignore +*.bak +screenlog* +*.swp +*.lck +*~ +.~lock.* +.editix +__pycache__/ +*.pyc +*.tar +*.tar.bz2 +*.tar.xz +*.tar.gz +*.tgz +*.txz +*.tbz +*.tbz2 +*.zip +*.run +*.7z +*.rar +*.sqlite3 +*.deb +.idea/