From 1a28abb969e58c5a21dcea415b0e5de480be4cc3 Mon Sep 17 00:00:00 2001
From: Roman Mogylatov <rmogilatov@gmail.com>
Date: Tue, 12 Oct 2021 10:42:04 -0400
Subject: [PATCH] Update gitignore

---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index e2195edf..61ff0da5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,6 +36,7 @@ reports/
 .cache
 nosetests.xml
 coverage.xml
+.hypothesis/
 
 # Translations
 *.mo
@@ -54,7 +55,7 @@ target/
 .idea/
 
 # Virtualenv
-venv/
+venv*/
 
 # SQLite
 *.db