From b4fce7be7adbd13a70cf789c76acf51a8daaccbc Mon Sep 17 00:00:00 2001
From: "Antoine R. Dumont (@ardumont)" <ardumont@softwareheritage.org>
Date: Fri, 4 Aug 2023 11:08:37 +0200
Subject: [PATCH] Ignore /.hypothesis folder spawned by test

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

diff --git a/.gitignore b/.gitignore
index a7b82b0d..999e8688 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ dist/
 version.txt
 .tox/
 .mypy_cache/
+/.hypothesis/
-- 
GitLab