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