From eaaeb59710eb381d621d5f4a5a43dcbe612e77fa Mon Sep 17 00:00:00 2001
From: "Antoine R. Dumont (@ardumont)" <ardumont@softwareheritage.org>
Date: Wed, 26 Jul 2023 12:17:10 +0200
Subject: [PATCH] Ignore .hypothesis folder

It's popping up after having run tests.
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 9396ea0..cc95929 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ dist/
 version.txt
 .mypy_cache/
 .vscode/
+/.hypothesis/
-- 
GitLab