From f40b2f4fa34cd1ce115168a8028561eb992b11f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20=C5=A0imerda?= Date: Fri, 16 Mar 2012 12:59:18 +0100 Subject: [PATCH] Update .gitignore to support Python 2 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index bee8a64..008af35 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ __pycache__ +*.pyc +*.pyo