From caec0f567109e04098d203730403a2f505199223 Mon Sep 17 00:00:00 2001 From: Jeff Curless Date: Mon, 13 Oct 2025 18:07:52 -0400 Subject: [PATCH] Udpate gitignore to disappear some files Remove all versions of __pycache__ no matter where it is in the tree --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8d6aad0..a36a6dd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -*/__pycache__ +**/__pycache__/ */readdatafile */writedatafile