From 23a1eee23867e0b005ee6aa0ea760289354275f3 Mon Sep 17 00:00:00 2001 From: Richard Pantoja Date: Thu, 6 Feb 2014 07:14:46 -0500 Subject: [PATCH] add python compiled ".pyc" files to be ignored --- Python.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 50a87264..352eb395 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -49,3 +49,5 @@ coverage.xml # Sphinx documentation docs/_build/ +# Python Compiled +*.pyc