diff --git a/.gitignore b/.gitignore index 1152784..f53fa9f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,9 @@ .trae/documents/add_traefik_config_plan.md redis/data/dump.rdb redis/logs/redis-server.log -backend/auth/__pycache__/app.cpython-313.pyc +backend/auth/__pycache__/* +backend/auth/apps/__pycache__/* +backend/auth/apps/permissions/__pycache__/* +backend/auth/apps/roles/__pycache__/* +backend/auth/utils/__pycache__/* +postgres_data/* \ No newline at end of file diff --git a/backend/auth/__pycache__/config.cpython-313.pyc b/backend/auth/__pycache__/config.cpython-313.pyc index 65b581c..2a0bbb7 100644 Binary files a/backend/auth/__pycache__/config.cpython-313.pyc and b/backend/auth/__pycache__/config.cpython-313.pyc differ diff --git a/backend/auth/__pycache__/database.cpython-313.pyc b/backend/auth/__pycache__/database.cpython-313.pyc index b9b0450..915b421 100644 Binary files a/backend/auth/__pycache__/database.cpython-313.pyc and b/backend/auth/__pycache__/database.cpython-313.pyc differ diff --git a/backend/auth/__pycache__/init_data.cpython-313.pyc b/backend/auth/__pycache__/init_data.cpython-313.pyc index ba6fff6..1ab683d 100644 Binary files a/backend/auth/__pycache__/init_data.cpython-313.pyc and b/backend/auth/__pycache__/init_data.cpython-313.pyc differ diff --git a/backend/auth/__pycache__/main.cpython-313.pyc b/backend/auth/__pycache__/main.cpython-313.pyc index 4909edf..4b2995f 100644 Binary files a/backend/auth/__pycache__/main.cpython-313.pyc and b/backend/auth/__pycache__/main.cpython-313.pyc differ diff --git a/backend/auth/__pycache__/middleware.cpython-313.pyc b/backend/auth/__pycache__/middleware.cpython-313.pyc index 46a02ad..eadaf86 100644 Binary files a/backend/auth/__pycache__/middleware.cpython-313.pyc and b/backend/auth/__pycache__/middleware.cpython-313.pyc differ diff --git a/backend/auth/__pycache__/models.cpython-313.pyc b/backend/auth/__pycache__/models.cpython-313.pyc index c064206..06c513a 100644 Binary files a/backend/auth/__pycache__/models.cpython-313.pyc and b/backend/auth/__pycache__/models.cpython-313.pyc differ diff --git a/backend/auth/__pycache__/schemas.cpython-313.pyc b/backend/auth/__pycache__/schemas.cpython-313.pyc index 61b0b9e..ecea9ef 100644 Binary files a/backend/auth/__pycache__/schemas.cpython-313.pyc and b/backend/auth/__pycache__/schemas.cpython-313.pyc differ diff --git a/backend/auth/apps/__pycache__/__init__.cpython-313.pyc b/backend/auth/apps/__pycache__/__init__.cpython-313.pyc index 7cc2196..26c2eb8 100644 Binary files a/backend/auth/apps/__pycache__/__init__.cpython-313.pyc and b/backend/auth/apps/__pycache__/__init__.cpython-313.pyc differ diff --git a/backend/auth/apps/__pycache__/urls.cpython-313.pyc b/backend/auth/apps/__pycache__/urls.cpython-313.pyc index 73f9639..03f7736 100644 Binary files a/backend/auth/apps/__pycache__/urls.cpython-313.pyc and b/backend/auth/apps/__pycache__/urls.cpython-313.pyc differ diff --git a/backend/auth/apps/permissions/__pycache__/urls.cpython-313.pyc b/backend/auth/apps/permissions/__pycache__/urls.cpython-313.pyc index 7a77c67..54ec094 100644 Binary files a/backend/auth/apps/permissions/__pycache__/urls.cpython-313.pyc and b/backend/auth/apps/permissions/__pycache__/urls.cpython-313.pyc differ diff --git a/backend/auth/apps/roles/__pycache__/__init__.cpython-313.pyc b/backend/auth/apps/roles/__pycache__/__init__.cpython-313.pyc index d4458d5..648767e 100644 Binary files a/backend/auth/apps/roles/__pycache__/__init__.cpython-313.pyc and b/backend/auth/apps/roles/__pycache__/__init__.cpython-313.pyc differ diff --git a/backend/auth/apps/roles/__pycache__/urls.cpython-313.pyc b/backend/auth/apps/roles/__pycache__/urls.cpython-313.pyc index 2ac6404..f996c5b 100644 Binary files a/backend/auth/apps/roles/__pycache__/urls.cpython-313.pyc and b/backend/auth/apps/roles/__pycache__/urls.cpython-313.pyc differ diff --git a/backend/auth/apps/users/__pycache__/__init__.cpython-313.pyc b/backend/auth/apps/users/__pycache__/__init__.cpython-313.pyc index 5a8fb8f..492afd7 100644 Binary files a/backend/auth/apps/users/__pycache__/__init__.cpython-313.pyc and b/backend/auth/apps/users/__pycache__/__init__.cpython-313.pyc differ diff --git a/backend/auth/apps/users/__pycache__/urls.cpython-313.pyc b/backend/auth/apps/users/__pycache__/urls.cpython-313.pyc index 707cc3e..8168a22 100644 Binary files a/backend/auth/apps/users/__pycache__/urls.cpython-313.pyc and b/backend/auth/apps/users/__pycache__/urls.cpython-313.pyc differ diff --git a/backend/auth/utils/__pycache__/__init__.cpython-313.pyc b/backend/auth/utils/__pycache__/__init__.cpython-313.pyc index 7de4ae4..1ec4a04 100644 Binary files a/backend/auth/utils/__pycache__/__init__.cpython-313.pyc and b/backend/auth/utils/__pycache__/__init__.cpython-313.pyc differ diff --git a/backend/auth/utils/__pycache__/captcha.cpython-313.pyc b/backend/auth/utils/__pycache__/captcha.cpython-313.pyc index b75f4cb..de403c3 100644 Binary files a/backend/auth/utils/__pycache__/captcha.cpython-313.pyc and b/backend/auth/utils/__pycache__/captcha.cpython-313.pyc differ diff --git a/backend/auth/utils/__pycache__/jwt.cpython-313.pyc b/backend/auth/utils/__pycache__/jwt.cpython-313.pyc index 8047970..9cea23a 100644 Binary files a/backend/auth/utils/__pycache__/jwt.cpython-313.pyc and b/backend/auth/utils/__pycache__/jwt.cpython-313.pyc differ diff --git a/backend/auth/utils/__pycache__/like_filter.cpython-313.pyc b/backend/auth/utils/__pycache__/like_filter.cpython-313.pyc index 20250b9..79fa43a 100644 Binary files a/backend/auth/utils/__pycache__/like_filter.cpython-313.pyc and b/backend/auth/utils/__pycache__/like_filter.cpython-313.pyc differ diff --git a/backend/auth/utils/__pycache__/password.cpython-313.pyc b/backend/auth/utils/__pycache__/password.cpython-313.pyc index f9bdf35..8f7fc09 100644 Binary files a/backend/auth/utils/__pycache__/password.cpython-313.pyc and b/backend/auth/utils/__pycache__/password.cpython-313.pyc differ diff --git a/backend/auth/utils/__pycache__/redis_client.cpython-313.pyc b/backend/auth/utils/__pycache__/redis_client.cpython-313.pyc index 4f19e15..1e7d8f1 100644 Binary files a/backend/auth/utils/__pycache__/redis_client.cpython-313.pyc and b/backend/auth/utils/__pycache__/redis_client.cpython-313.pyc differ