From c8d155e23feffc66146dc0c4e9fae84e4cac1793 Mon Sep 17 00:00:00 2001 From: vsxd Date: Fri, 13 Mar 2026 11:10:02 +0800 Subject: [PATCH] chore(git): ignore python cache files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c0900a12..2129c847 100644 --- a/.gitignore +++ b/.gitignore @@ -54,6 +54,8 @@ coverage/ # Temporary files .tmp/ tmp/ +__pycache__/ +*.py[cod] # Git worktrees .worktrees/