From d8fd6790011d5fa69988f47a7beec89dcc1fbf8d Mon Sep 17 00:00:00 2001 From: Sam van Kampen Date: Sat, 28 Apr 2012 15:55:20 +0300 Subject: [PATCH] Added __pycache__ --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index f76ed740..869a3cf0 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -18,6 +18,9 @@ develop-eggs lib lib64 +# The new '__pycache__' in Python 3 +__pycache__ + # Installer logs pip-log.txt