From aee40c6787d5e943440342ed022bc9c55834d62d Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 10 Apr 2016 18:02:47 -0700 Subject: [PATCH] [git] Ignore Python files --- gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gitignore b/gitignore index 6467734..0df4c1e 100644 --- a/gitignore +++ b/gitignore @@ -21,3 +21,7 @@ DerivedData *.[oa] *.so *.pyc + +# Python +__pycache__/ +env/