From 22b7b4d1850de27f16b15d84d47f8fdb323dfcc6 Mon Sep 17 00:00:00 2001 From: John Doty Date: Mon, 30 Sep 2024 06:47:54 -0700 Subject: [PATCH] And ignore even more --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index da465b4..9ae1245 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,7 @@ __pycache__/ # Anything built dist/ +# Hypothesis +.hypothesis/ + *.whl \ No newline at end of file