diff --git a/.gitignore b/.gitignore index 391bba4..8fedc2a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,7 @@ dist/ .DS_Store .browser-libs/ core +__pycache__/ +*.py[cod] +.pytest_cache/ +test_*.db diff --git a/server/app/__pycache__/__init__.cpython-311.pyc b/server/app/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 8f5f472..0000000 Binary files a/server/app/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/server/app/__pycache__/config.cpython-311.pyc b/server/app/__pycache__/config.cpython-311.pyc deleted file mode 100644 index 1017528..0000000 Binary files a/server/app/__pycache__/config.cpython-311.pyc and /dev/null differ diff --git a/server/app/__pycache__/db.cpython-311.pyc b/server/app/__pycache__/db.cpython-311.pyc deleted file mode 100644 index 9808c17..0000000 Binary files a/server/app/__pycache__/db.cpython-311.pyc and /dev/null differ diff --git a/server/app/__pycache__/main.cpython-311.pyc b/server/app/__pycache__/main.cpython-311.pyc deleted file mode 100644 index 7d10209..0000000 Binary files a/server/app/__pycache__/main.cpython-311.pyc and /dev/null differ diff --git a/server/app/__pycache__/models.cpython-311.pyc b/server/app/__pycache__/models.cpython-311.pyc deleted file mode 100644 index 97bf72d..0000000 Binary files a/server/app/__pycache__/models.cpython-311.pyc and /dev/null differ diff --git a/server/app/__pycache__/schemas.cpython-311.pyc b/server/app/__pycache__/schemas.cpython-311.pyc deleted file mode 100644 index 19a0d0b..0000000 Binary files a/server/app/__pycache__/schemas.cpython-311.pyc and /dev/null differ diff --git a/server/app/__pycache__/security.cpython-311.pyc b/server/app/__pycache__/security.cpython-311.pyc deleted file mode 100644 index 2406aa4..0000000 Binary files a/server/app/__pycache__/security.cpython-311.pyc and /dev/null differ diff --git a/server/tests/__pycache__/test_api.cpython-311-pytest-8.3.4.pyc b/server/tests/__pycache__/test_api.cpython-311-pytest-8.3.4.pyc deleted file mode 100644 index 7523216..0000000 Binary files a/server/tests/__pycache__/test_api.cpython-311-pytest-8.3.4.pyc and /dev/null differ