From 40fd1e5fa10b0149a5a93fc1181e6f83655e446c Mon Sep 17 00:00:00 2001
From: Andrew Kapuscinski <akapusci@nrao.edu>
Date: Thu, 2 Dec 2021 11:11:12 -0700
Subject: [PATCH] ignore files created by hypothesis

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

diff --git a/.gitignore b/.gitignore
index 8f727755f..def1875f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -71,6 +71,7 @@ services/notification/notification.log
 **/coverage.json
 pyproject.toml
 package-lock.json
+**/.hypothesis
 
 # Ignore docker volume mount points
 services/**/**/apps
-- 
GitLab