OSDN Git Service

Minor cleanup.
authorSimon Forman <sforman@hushmail.com>
Sun, 22 Apr 2018 22:16:11 +0000 (15:16 -0700)
committerSimon Forman <sforman@hushmail.com>
Sun, 22 Apr 2018 22:16:11 +0000 (15:16 -0700)
Ignore some stuff.  I was playing with Hypothesis.

.hgignore
Makefile

index 29c3654..2bf58da 100644 (file)
--- a/.hgignore
+++ b/.hgignore
@@ -1,2 +1,6 @@
 .*\.pyc$
 build
+.hypothesis
+.pytest_cache
+.vscode
+
index 53df26b..3451a37 100644 (file)
--- 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: