From 43c3bba81344e5bf5993078e7ed2561c5d973d29 Mon Sep 17 00:00:00 2001 From: Simon Forman Date: Sun, 22 Apr 2018 15:16:11 -0700 Subject: [PATCH] Minor cleanup. Ignore some stuff. I was playing with Hypothesis. --- .hgignore | 4 ++++ Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.hgignore b/.hgignore index 29c3654..2bf58da 100644 --- a/.hgignore +++ b/.hgignore @@ -1,2 +1,6 @@ .*\.pyc$ build +.hypothesis +.pytest_cache +.vscode + diff --git a/Makefile b/Makefile index 53df26b..3451a37 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ VERSION = 0.1.0 clean: - $(RM) -r Thun.egg-info/ dist/ $(TESTDIR) + $(RM) -r Thun.egg-info/ dist/ build/ __pycache__/ $(TESTDIR) find . -name '*.pyc' | xargs $(RM) sdist: -- 2.11.0