diff --git a/.gitignore b/.gitignore index e57ea6c..8033789 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ public/ users.json .vscode/ frontend/node_modules/ -frontend/.cache/ \ No newline at end of file +frontend/.cache/ +__pychache__ \ No newline at end of file diff --git a/src/__pycache__/auth.cpython-38.pyc b/src/__pycache__/auth.cpython-38.pyc deleted file mode 100644 index 350994d..0000000 Binary files a/src/__pycache__/auth.cpython-38.pyc and /dev/null differ diff --git a/src/__pycache__/handlers.cpython-38.pyc b/src/__pycache__/handlers.cpython-38.pyc deleted file mode 100644 index 8475d10..0000000 Binary files a/src/__pycache__/handlers.cpython-38.pyc and /dev/null differ diff --git a/src/__pycache__/server.cpython-38.pyc b/src/__pycache__/server.cpython-38.pyc deleted file mode 100644 index affc135..0000000 Binary files a/src/__pycache__/server.cpython-38.pyc and /dev/null differ diff --git a/src/__pycache__/user.cpython-38.pyc b/src/__pycache__/user.cpython-38.pyc deleted file mode 100644 index 73698ff..0000000 Binary files a/src/__pycache__/user.cpython-38.pyc and /dev/null differ