diff --git a/.gitignore b/.gitignore
index 0c127a4ec41ea7c6ce444796a64942cf1b16625b..881d6210e3f0a64da37c13268d6ba6469d5c68db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,10 @@
 .DS_Store
 .vscode
+ .vscode/settings.json
 
-backend/__pycache__/*
+backend/__pycache__/
 /backend/venv
+__pycache__/
 
 frontend/package-lock.json
 frontend/package.json
\ No newline at end of file
diff --git a/backend/__pycache__/__init__.cpython-312.pyc b/backend/__pycache__/__init__.cpython-312.pyc
deleted file mode 100644
index 4e8ec48bcb28399e3e80b9b7d6902852a5a1a1bb..0000000000000000000000000000000000000000
Binary files a/backend/__pycache__/__init__.cpython-312.pyc and /dev/null differ
diff --git a/backend/__pycache__/app.cpython-312.pyc b/backend/__pycache__/app.cpython-312.pyc
deleted file mode 100644
index 3bbf8e0d83916a6adf27a9b64f9b14a31cedc340..0000000000000000000000000000000000000000
Binary files a/backend/__pycache__/app.cpython-312.pyc and /dev/null differ
diff --git a/backend/__pycache__/auth.cpython-312.pyc b/backend/__pycache__/auth.cpython-312.pyc
deleted file mode 100644
index 41bf5abe68439fb431c0dcf165491ca9bae06697..0000000000000000000000000000000000000000
Binary files a/backend/__pycache__/auth.cpython-312.pyc and /dev/null differ
diff --git a/backend/__pycache__/config.cpython-312.pyc b/backend/__pycache__/config.cpython-312.pyc
deleted file mode 100644
index 1ad0a3bfc3a6a67f8476876c109b1fd6cc1ccc7c..0000000000000000000000000000000000000000
Binary files a/backend/__pycache__/config.cpython-312.pyc and /dev/null differ
diff --git a/backend/__pycache__/models.cpython-312.pyc b/backend/__pycache__/models.cpython-312.pyc
deleted file mode 100644
index 705ca16841c5ccc4fc4fed689c0bfe65e13ec741..0000000000000000000000000000000000000000
Binary files a/backend/__pycache__/models.cpython-312.pyc and /dev/null differ
diff --git a/backend/__pycache__/models_auth.cpython-312.pyc b/backend/__pycache__/models_auth.cpython-312.pyc
deleted file mode 100644
index 6ec1f490194ac8c2a3e39f3d669009c4c3bd6288..0000000000000000000000000000000000000000
Binary files a/backend/__pycache__/models_auth.cpython-312.pyc and /dev/null differ
diff --git a/backend/__pycache__/models_default.cpython-312.pyc b/backend/__pycache__/models_default.cpython-312.pyc
deleted file mode 100644
index 4ab5572050fb9d6c7820c41b9e1b3e6e7f7e7f36..0000000000000000000000000000000000000000
Binary files a/backend/__pycache__/models_default.cpython-312.pyc and /dev/null differ
diff --git a/backend/__pycache__/models_shared.cpython-312.pyc b/backend/__pycache__/models_shared.cpython-312.pyc
deleted file mode 100644
index 3b3a27fcc8e917096b634578258a73b3e885d6fc..0000000000000000000000000000000000000000
Binary files a/backend/__pycache__/models_shared.cpython-312.pyc and /dev/null differ
diff --git a/backend/__pycache__/routes_auth.cpython-312.pyc b/backend/__pycache__/routes_auth.cpython-312.pyc
deleted file mode 100644
index 998c3a8521bd83ad3129d833d1fc7dddef100df3..0000000000000000000000000000000000000000
Binary files a/backend/__pycache__/routes_auth.cpython-312.pyc and /dev/null differ
diff --git a/backend/__pycache__/routes_default.cpython-312.pyc b/backend/__pycache__/routes_default.cpython-312.pyc
deleted file mode 100644
index efaa10d6cffe236a8025625f07b0cd0310f0b888..0000000000000000000000000000000000000000
Binary files a/backend/__pycache__/routes_default.cpython-312.pyc and /dev/null differ
diff --git a/backend/__pycache__/server.cpython-312.pyc b/backend/__pycache__/server.cpython-312.pyc
deleted file mode 100644
index cc8652b26983302807fb479b9e819320ebf28b12..0000000000000000000000000000000000000000
Binary files a/backend/__pycache__/server.cpython-312.pyc and /dev/null differ