From 0dcd0e9e46fd5f71555764b4c4a6b24d1866ce09 Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Tue, 28 Feb 2023 17:37:57 +0000 Subject: [PATCH] Ignore python cache. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6b7b37b..550a414 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ Library-.* *.log *.orig *~ +__pycache__