From 55b9bff07f6e2eca7c909d1804dc64553e866622 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 19 Sep 2013 06:37:23 -0400 Subject: [PATCH] Added __pycache__ to gitignore --- .gitignore | 1 + .hgignore | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 71295f75e0..5f1338f232 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.egg-info *.pot *.py[co] +__pycache__ MANIFEST dist/ docs/_build/ diff --git a/.hgignore b/.hgignore index 3dc253a3c1..fc6cc0d138 100644 --- a/.hgignore +++ b/.hgignore @@ -3,6 +3,7 @@ syntax:glob *.egg-info *.pot *.py[co] +__pycache__ docs/_build/ tests/coverage_html/ -tests/.coverage \ No newline at end of file +tests/.coverage