diff --git a/.gitignore b/.gitignore index 9779c24..5c8cad8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ .venv/ data/ backend/__pycache__/ +**/__pycache__/ +*.pyc backend/.pytest_cache/ frontend/node_modules/ frontend/.next/ diff --git a/backend/app/__pycache__/config.cpython-312.pyc b/backend/app/__pycache__/config.cpython-312.pyc deleted file mode 100644 index 9a4aae5..0000000 Binary files a/backend/app/__pycache__/config.cpython-312.pyc and /dev/null differ diff --git a/backend/app/__pycache__/main.cpython-312.pyc b/backend/app/__pycache__/main.cpython-312.pyc deleted file mode 100644 index f94f61a..0000000 Binary files a/backend/app/__pycache__/main.cpython-312.pyc and /dev/null differ diff --git a/backend/app/__pycache__/models.cpython-312.pyc b/backend/app/__pycache__/models.cpython-312.pyc deleted file mode 100644 index 1d54524..0000000 Binary files a/backend/app/__pycache__/models.cpython-312.pyc and /dev/null differ diff --git a/backend/app/ai/__pycache__/triage.cpython-312.pyc b/backend/app/ai/__pycache__/triage.cpython-312.pyc deleted file mode 100644 index fcc20f4..0000000 Binary files a/backend/app/ai/__pycache__/triage.cpython-312.pyc and /dev/null differ diff --git a/backend/app/clients/__pycache__/base.cpython-312.pyc b/backend/app/clients/__pycache__/base.cpython-312.pyc deleted file mode 100644 index 7a3a7b2..0000000 Binary files a/backend/app/clients/__pycache__/base.cpython-312.pyc and /dev/null differ diff --git a/backend/app/clients/__pycache__/jellyseerr.cpython-312.pyc b/backend/app/clients/__pycache__/jellyseerr.cpython-312.pyc deleted file mode 100644 index 4139b1e..0000000 Binary files a/backend/app/clients/__pycache__/jellyseerr.cpython-312.pyc and /dev/null differ diff --git a/backend/app/clients/__pycache__/prowlarr.cpython-312.pyc b/backend/app/clients/__pycache__/prowlarr.cpython-312.pyc deleted file mode 100644 index c06f12d..0000000 Binary files a/backend/app/clients/__pycache__/prowlarr.cpython-312.pyc and /dev/null differ diff --git a/backend/app/clients/__pycache__/qbittorrent.cpython-312.pyc b/backend/app/clients/__pycache__/qbittorrent.cpython-312.pyc deleted file mode 100644 index 96d4fbf..0000000 Binary files a/backend/app/clients/__pycache__/qbittorrent.cpython-312.pyc and /dev/null differ diff --git a/backend/app/clients/__pycache__/radarr.cpython-312.pyc b/backend/app/clients/__pycache__/radarr.cpython-312.pyc deleted file mode 100644 index 1d89f1c..0000000 Binary files a/backend/app/clients/__pycache__/radarr.cpython-312.pyc and /dev/null differ diff --git a/backend/app/clients/__pycache__/sonarr.cpython-312.pyc b/backend/app/clients/__pycache__/sonarr.cpython-312.pyc deleted file mode 100644 index 39c7f88..0000000 Binary files a/backend/app/clients/__pycache__/sonarr.cpython-312.pyc and /dev/null differ diff --git a/backend/app/routers/__pycache__/requests.cpython-312.pyc b/backend/app/routers/__pycache__/requests.cpython-312.pyc deleted file mode 100644 index e0da300..0000000 Binary files a/backend/app/routers/__pycache__/requests.cpython-312.pyc and /dev/null differ diff --git a/backend/app/services/__pycache__/snapshot.cpython-312.pyc b/backend/app/services/__pycache__/snapshot.cpython-312.pyc deleted file mode 100644 index 2679f02..0000000 Binary files a/backend/app/services/__pycache__/snapshot.cpython-312.pyc and /dev/null differ