From 048b09eb0c679f35f8939422df1bbfdea24ef82e Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 24 Apr 2026 07:40:48 -0500 Subject: chore: add pycache directories to gitignore now ignoring all __pycache__ directories --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 14e5db4..4492ee4 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,6 @@ # Editor/tool local settings /.claude/ /.cursorrules + +# Python bytecode cache +__pycache__/ -- cgit v1.2.3