From 114b9d497bcbaf2bd5a44f7d6ab319cc289bd4e8 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Fri, 4 May 2018 15:40:22 -0700 Subject: [PATCH] Ignore __pycache__ folders --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b202993b..12201adb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +__pycache__ *.py[cod] # C extensions