From c0df7dabe1e201c75a2414be0811d1dbd3c4d05c Mon Sep 17 00:00:00 2001 From: brent s Date: Fri, 31 Jul 2020 12:46:46 -0400 Subject: [PATCH] initial commit; gitignore --- .gitignore | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cdfae7d --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +# 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 +build_instructions +__pycache__/ +build/ +dist/ +repomirror.egg-info/ +repomirror/__pycache__/ +repomirror/fetcher/__pycache__/ +*.pyc +*.tar +*.tar.bz2 +*.tar.xz +*.tar.gz +*.tgz +*.txz +*.tbz +*.tbz2 +*.zip +*.run +*.7z +*.rar +*.sqlite3 +*.deb +.idea/