diff --git a/.gitignore b/.gitignore index 1494ecd..c219875 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,14 @@ minio_backup.tar.gz .DS_Store .DS_Store .DS_Store +**/__pycache__/ +# Игнорируем файлы скомпилированного байт-кода напрямую +*.py[cod] +*$py.class + +# Игнорируем расширения CPython конкретно +*.cpython-*.pyc + +# Игнорируем файлы .DS_Store на всех уровнях +**/.*.DS_Store +**/.DS_Store \ No newline at end of file diff --git a/__pycache__/main.cpython-313.pyc b/__pycache__/main.cpython-313.pyc index dc4e686..3c3528c 100644 Binary files a/__pycache__/main.cpython-313.pyc and b/__pycache__/main.cpython-313.pyc differ diff --git a/api/.DS_Store b/api/.DS_Store index ebb98c6..66d51da 100644 Binary files a/api/.DS_Store and b/api/.DS_Store differ diff --git a/api/endpoints/.DS_Store b/api/endpoints/.DS_Store index 1c85f08..2ad5dac 100644 Binary files a/api/endpoints/.DS_Store and b/api/endpoints/.DS_Store differ diff --git a/api/endpoints/__pycache__/admin.cpython-313.pyc b/api/endpoints/__pycache__/admin.cpython-313.pyc index c41ee4e..5162338 100644 Binary files a/api/endpoints/__pycache__/admin.cpython-313.pyc and b/api/endpoints/__pycache__/admin.cpython-313.pyc differ diff --git a/api/endpoints/__pycache__/assets_router.cpython-313.pyc b/api/endpoints/__pycache__/assets_router.cpython-313.pyc index 2b0a8b2..d5936df 100644 Binary files a/api/endpoints/__pycache__/assets_router.cpython-313.pyc and b/api/endpoints/__pycache__/assets_router.cpython-313.pyc differ diff --git a/api/endpoints/__pycache__/auth.cpython-313.pyc b/api/endpoints/__pycache__/auth.cpython-313.pyc index 882af3a..5157ab0 100644 Binary files a/api/endpoints/__pycache__/auth.cpython-313.pyc and b/api/endpoints/__pycache__/auth.cpython-313.pyc differ diff --git a/api/endpoints/__pycache__/character_router.cpython-313.pyc b/api/endpoints/__pycache__/character_router.cpython-313.pyc index 6fffb5a..0106708 100644 Binary files a/api/endpoints/__pycache__/character_router.cpython-313.pyc and b/api/endpoints/__pycache__/character_router.cpython-313.pyc differ diff --git a/api/endpoints/__pycache__/generation_router.cpython-313.pyc b/api/endpoints/__pycache__/generation_router.cpython-313.pyc index 1297d18..c9920bb 100644 Binary files a/api/endpoints/__pycache__/generation_router.cpython-313.pyc and b/api/endpoints/__pycache__/generation_router.cpython-313.pyc differ diff --git a/api/service/.DS_Store b/api/service/.DS_Store index c02be59..77423e4 100644 Binary files a/api/service/.DS_Store and b/api/service/.DS_Store differ diff --git a/api/service/__pycache__/generation_service.cpython-313.pyc b/api/service/__pycache__/generation_service.cpython-313.pyc index 60aab38..4d22de6 100644 Binary files a/api/service/__pycache__/generation_service.cpython-313.pyc and b/api/service/__pycache__/generation_service.cpython-313.pyc differ diff --git a/models/.DS_Store b/models/.DS_Store index 961ab77..212118b 100644 Binary files a/models/.DS_Store and b/models/.DS_Store differ diff --git a/models/__pycache__/Generation.cpython-313.pyc b/models/__pycache__/Generation.cpython-313.pyc index e208ed8..7353cf5 100644 Binary files a/models/__pycache__/Generation.cpython-313.pyc and b/models/__pycache__/Generation.cpython-313.pyc differ diff --git a/repos/.DS_Store b/repos/.DS_Store index 5b5c901..b29cbef 100644 Binary files a/repos/.DS_Store and b/repos/.DS_Store differ diff --git a/repos/__pycache__/generation_repo.cpython-313.pyc b/repos/__pycache__/generation_repo.cpython-313.pyc index 67b9fa4..94910e4 100644 Binary files a/repos/__pycache__/generation_repo.cpython-313.pyc and b/repos/__pycache__/generation_repo.cpython-313.pyc differ diff --git a/repos/__pycache__/user_repo.cpython-313.pyc b/repos/__pycache__/user_repo.cpython-313.pyc index 997fb72..118d701 100644 Binary files a/repos/__pycache__/user_repo.cpython-313.pyc and b/repos/__pycache__/user_repo.cpython-313.pyc differ diff --git a/utils/__pycache__/security.cpython-313.pyc b/utils/__pycache__/security.cpython-313.pyc index 67f5cf7..13ec706 100644 Binary files a/utils/__pycache__/security.cpython-313.pyc and b/utils/__pycache__/security.cpython-313.pyc differ