From f41ea8c5a30122fd701b3df7ae0e9d6ad8a71987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 26 Aug 2016 16:16:21 +0200 Subject: [PATCH] Ignore __pycache__ dirs --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 88776e6..b7f4a07 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ blender_cloud/wheels/*.whl /dist/ /build/ /addon-bundle/*.zip +__pycache__