From ba9f47089f763afe561232ccc99d48b5030fb221 Mon Sep 17 00:00:00 2001 From: Bruce Eckel Date: Sun, 10 May 2015 12:28:03 -0700 Subject: [PATCH] Don't save pyc --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c00c6899..7e52c087 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,4 @@ io/*.tmp io/test.zip io/test.gz io/X.file +*.pyc