From 6c6b0a060fc5522c19026a0dd99d06b880fa7010 Mon Sep 17 00:00:00 2001 From: Reid 'arrdem' McKenzie Date: Tue, 3 Aug 2021 19:04:32 -0600 Subject: [PATCH] Ignore hypothesis state caches --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 029539f..68d8af3 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ /**/*.pyo /**/.#* /**/.mypy* +/**/.hypothesis* /**/__pychache__ /**/_build /**/_public