diff --git a/.gitignore b/.gitignore index ded1a3f..89000a4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules/ .next/ out/ .env.local +__pycache__/ diff --git a/bff/__pycache__/app.cpython-312.pyc b/bff/__pycache__/app.cpython-312.pyc deleted file mode 100644 index 5854bc2..0000000 Binary files a/bff/__pycache__/app.cpython-312.pyc and /dev/null differ diff --git a/bff/__pycache__/auth.cpython-312.pyc b/bff/__pycache__/auth.cpython-312.pyc deleted file mode 100644 index e14dcc9..0000000 Binary files a/bff/__pycache__/auth.cpython-312.pyc and /dev/null differ diff --git a/bff/__pycache__/config.cpython-312.pyc b/bff/__pycache__/config.cpython-312.pyc deleted file mode 100644 index 7ba7028..0000000 Binary files a/bff/__pycache__/config.cpython-312.pyc and /dev/null differ diff --git a/bff/__pycache__/tracker_client.cpython-312.pyc b/bff/__pycache__/tracker_client.cpython-312.pyc deleted file mode 100644 index f04adb9..0000000 Binary files a/bff/__pycache__/tracker_client.cpython-312.pyc and /dev/null differ diff --git a/bff/__pycache__/ws_proxy.cpython-312.pyc b/bff/__pycache__/ws_proxy.cpython-312.pyc deleted file mode 100644 index 6cc4dc2..0000000 Binary files a/bff/__pycache__/ws_proxy.cpython-312.pyc and /dev/null differ