From dafd5ddb9043d238e25a41e1295f565a326a4b54 Mon Sep 17 00:00:00 2001 From: Arnold Lestin Date: Sun, 2 Apr 2023 10:08:11 -0500 Subject: [PATCH 1/2] use universal command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d32d0d..2728bbd 100644 --- a/README.md +++ b/README.md @@ -127,4 +127,4 @@ Now install the dependencies and test dependencies: To run the tests: - pytest + python -m pytest From 8111718e747f59dddcb5bf7820ce922e0723c04a Mon Sep 17 00:00:00 2001 From: Arnold Lestin Date: Sun, 2 Apr 2023 10:37:22 -0500 Subject: [PATCH 2/2] prevent data leaks --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 53605b7..3c3e624 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ venv .pytest_cache *.egg-info .DS_Store +*.db \ No newline at end of file