From fe8462c3593ca3a89f07bb6806792520215b7ad3 Mon Sep 17 00:00:00 2001 From: Broque Thomas Date: Thu, 14 Aug 2025 14:03:37 -0700 Subject: [PATCH] Update .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 66a0abc..f91b955 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,7 @@ slskd/slskd.exe Storage/sync_status.json .spotify_cache slskd/config/slskd.example.yml +__pycache__/ +**/__pycache__/ +*.pyc +*.pyo