From 455c51081a27e2ba8e044c7791cfc05b14edc637 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Sat, 7 Oct 2023 10:54:48 -0600 Subject: [PATCH] Ignore more py temp files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 24ac19c..3c50aa1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ .coverage.* dist +*.egg-info .~lock.*.od?# +__pycache__ *.swp tmp