From 7816b3a15d59bea34e58209fff5323208369f635 Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Fri, 13 Jun 2014 21:55:14 -0500 Subject: [PATCH] add gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2fc8ce3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +build +dist +*.egg-info