From cd36bdbdb17bb34516c637aec3608ac215e4e4ff Mon Sep 17 00:00:00 2001 From: Jonathan Chapman Date: Thu, 9 Oct 2025 20:51:43 -0400 Subject: [PATCH] Adding *.pyc to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a1122a4..9361233 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,5 @@ __pycache__ coverage.xml dist + +*.pyc