From 31415f81754b466055161927372562aeeacb3f4b Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 28 Aug 2013 23:10:27 -0700 Subject: [PATCH] Ignore __pycache__/ --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0d20b64..d646835 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.pyc +__pycache__/