From 96c4d8fc1f04595ba230f07d8358c6c6ffeff387 Mon Sep 17 00:00:00 2001 From: John Gatward Date: Fri, 20 Mar 2026 11:36:11 +0000 Subject: [PATCH] add pycache to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 72efe66..8f1762a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ .venv dist/ -src/__pycache__ +__pycache__/ +*.pyc