chore: ignore python artefacts and local-only settings
This commit is contained in:
@@ -32,3 +32,12 @@ dist-ssr
|
|||||||
src-tauri/binaries/
|
src-tauri/binaries/
|
||||||
src-tauri/resources/python/
|
src-tauri/resources/python/
|
||||||
src-tauri/resources/yt-dlp.pyz
|
src-tauri/resources/yt-dlp.pyz
|
||||||
|
|
||||||
|
# Python, for the helper scripts
|
||||||
|
venv/
|
||||||
|
.venv/
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
|
||||||
|
# Local-only, not shared
|
||||||
|
.claude/settings.local.json
|
||||||
|
|||||||
Reference in New Issue
Block a user