diff --git a/.gitignore b/.gitignore index f4d7923..844377c 100644 --- a/.gitignore +++ b/.gitignore @@ -48,6 +48,7 @@ coverage.xml *.cover .hypothesis/ .pytest_cache/ +coverage_reports/ # Translations *.mo @@ -90,6 +91,7 @@ venv/ ENV/ env.bak/ venv.bak/ +.env # Spyder project settings .spyderproject @@ -104,6 +106,9 @@ venv.bak/ # mypy .mypy_cache/ +# Ruff cache +.ruff_cache/ + .idea/* app/model/* @@ -129,4 +134,9 @@ htmlcov tests/resources/model/.gitkeep +# Files generated by the tests +cms-users.db +medcat_deid_model_apis.json +testapis.json + .DS_Store