From 5beb5b453920ed314c7f05da703e2144f2c690ec Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Tue, 6 May 2014 00:04:22 +0000 Subject: [PATCH] .gitignore: Ignore compiled python files Signed-off-by: Paul Barker --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1377554..48b9963 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ *.swp +__pycache__ +*.pyc