diff --git a/.gitignore b/.gitignore index 100ba7f..81b56a7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ venv -backend/__pycache__ +__pycache__/ diff --git a/backend/tests/__pycache__/__init__.cpython-312.pyc b/backend/tests/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index ea9f02d..0000000 Binary files a/backend/tests/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/backend/tests/__pycache__/test_school_details.cpython-312-pytest-9.1.1.pyc b/backend/tests/__pycache__/test_school_details.cpython-312-pytest-9.1.1.pyc deleted file mode 100644 index c61f314..0000000 Binary files a/backend/tests/__pycache__/test_school_details.cpython-312-pytest-9.1.1.pyc and /dev/null differ