From 99f2fda7be20663bf14e10079a11966c8dbe543c Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Tue, 22 Jul 2025 13:43:42 -0700 Subject: [PATCH] Ignore __pycache__ subdirectory. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5888bb0..8ce0e23 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *~ date-range-1.pl +__pycache__