From 7b6c9a86306c357eca458ea79ac68d6898b3f6fc Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 28 Jan 2026 18:53:25 +0000 Subject: [PATCH] chore: Add Python cache directories to .gitignore https://claude.ai/code/session_01Wi3BtYKgQu6v4zbydtG6Sy --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index a547bf3..0ff731f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,11 @@ yarn-error.log* pnpm-debug.log* lerna-debug.log* +# Python +__pycache__/ +*.py[cod] +*.pytest_cache/ + node_modules dist dist-ssr