From 1dcba94dacd65ab85d0c65a6ad897791b9db0cb8 Mon Sep 17 00:00:00 2001 From: brent s Date: Mon, 16 Jan 2017 16:24:10 -0500 Subject: [PATCH] ignores --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ac08008 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +*.bak + +# We don't need these in git. +screenlog* +*.swp +*.lck +*~ +.~lock.* + +# and we DEFINITELY don't need these. +__pycache__/ +*.pyc