From 74536e1af930cb0203e78250c6682a6a38df507c Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 11 Feb 2019 07:02:17 +0000 Subject: [PATCH] add __pycache__ to ignore --- TLB/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/TLB/.gitignore b/TLB/.gitignore index 2f9e5f94..3324664b 100644 --- a/TLB/.gitignore +++ b/TLB/.gitignore @@ -1 +1,2 @@ *.wpr +__pycache__ -- 2.30.2