From 904a2b5f3f29a69ffc837496e4bc4c2263077258 Mon Sep 17 00:00:00 2001 From: John Doty Date: Mon, 30 Sep 2024 06:47:24 -0700 Subject: [PATCH 1/2] Ignore more --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index d0c9d6d..da465b4 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,8 @@ __pycache__/ # Version file for pdm, points to host root. .pdm-python + +# Anything built +dist/ + +*.whl \ No newline at end of file From 22b7b4d1850de27f16b15d84d47f8fdb323dfcc6 Mon Sep 17 00:00:00 2001 From: John Doty Date: Mon, 30 Sep 2024 06:47:54 -0700 Subject: [PATCH 2/2] 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