From 5cc3612b5f1c759665b4d9e305e64595910ad3ee Mon Sep 17 00:00:00 2001 From: vincent Date: Fri, 4 Sep 2026 00:29:41 +0200 Subject: [PATCH] chore: ignore python artefacts and local-only settings --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 50ed4dd..a65113a 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,12 @@ dist-ssr src-tauri/binaries/ src-tauri/resources/python/ src-tauri/resources/yt-dlp.pyz + +# Python, for the helper scripts +venv/ +.venv/ +__pycache__/ +*.py[cod] + +# Local-only, not shared +.claude/settings.local.json