From 9e957f1a9af17d581d55da7544e9c99fdb40d28a Mon Sep 17 00:00:00 2001 From: Steve Cliff Date: Mon, 30 Mar 2026 07:26:16 +0100 Subject: [PATCH] Added pycache to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a13cf58..d82ada9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ examples/ -.claude/ \ No newline at end of file +.claude/ +__pycache__/ \ No newline at end of file