From 34994ca273e5531052c6c03cb9981ebe32dc4153 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 16 Dec 2025 21:00:58 +0000 Subject: [PATCH] Add Python cache files to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5ca0973f8..2348c91f7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .DS_Store - +__pycache__/ +*.pyc