From bdfb0aaf8663411c9aeda3625069b6bc162bc866 Mon Sep 17 00:00:00 2001 From: Robert Smallshire Date: Tue, 5 May 2015 13:03:22 +0200 Subject: [PATCH] Adds .hypothesis to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ba4ff67..78cd6d3 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,8 @@ __pycache__/ # C extensions *.so +.hypothesis + # Distribution / packaging .Python env/