From 6627b06b1d5eaa170669b8ce3960f1ca02a4a786 Mon Sep 17 00:00:00 2001 From: Louis Taylor Date: Mon, 19 Aug 2013 08:50:40 +0100 Subject: [PATCH] Add gitignore Ignores python bytecode files and the build directory created by distutils. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..27ffc2f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.pyc +build