From bcad25d8e3e04964ef87aee0bfe9d6ed0962550a Mon Sep 17 00:00:00 2001 From: Patrick McDonagh Date: Fri, 19 May 2017 17:03:30 -0500 Subject: [PATCH] Ignore pyc files --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d20b64 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.pyc