From 317e8009711f31ab99a2120a7b7251180a8186e1 Mon Sep 17 00:00:00 2001
From: "Antoine R. Dumont (@ardumont)" <antoine.romain.dumont@gmail.com>
Date: Fri, 27 Mar 2020 07:06:24 +0100
Subject: [PATCH] Ignore .hypothesis/ folder

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 3c564c7..15cce88 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ dist/
 version.txt
 .tox
 .mypy_cache/
+.hypothesis/
-- 
GitLab