From 1ac32289599a23bb1614405bed1e17c863d61bc0 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 22 Dec 2023 10:56:05 +0000 Subject: [PATCH] Add gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1db5dd7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.mypy_cache/ +__pycache__ +.hypothesis/