From 2984bee7c860d48dd2f53ded804b7bd9b207b206 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Fri, 18 Sep 2020 00:28:23 -0400 Subject: [PATCH] Add hypothesis directory to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 70e0de6..a29c0ce 100644 --- a/.gitignore +++ b/.gitignore @@ -8,5 +8,6 @@ tmp/ *.py[cod] *.egg +.hypothesis build htmlcov