From b14f2a0ba33b5b6d852d60ea510e112011d52c20 Mon Sep 17 00:00:00 2001 From: Damien George Date: Sat, 12 Apr 2014 18:30:22 +0100 Subject: [PATCH] Update .gitignore to ignore __pycache__/. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 4e8d12e514..ce2e45af97 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,7 @@ build/ ###################### tests/*.exp tests/*.out + +# Python cache files +###################### +__pycache__/