diff --git a/.gitignore b/.gitignore index 2eea525..504b7a0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,8 @@ -.env \ No newline at end of file +.env +**/__pycache__/ +*.py[cod] +.venv/ +venv/ +.pytest_cache/ +.ruff_cache/ +.DS_Store \ No newline at end of file diff --git a/tests/__pycache__/mock_test.cpython-313-pytest-8.3.5.pyc b/tests/__pycache__/mock_test.cpython-313-pytest-8.3.5.pyc deleted file mode 100644 index 848fa7c..0000000 Binary files a/tests/__pycache__/mock_test.cpython-313-pytest-8.3.5.pyc and /dev/null differ