Ignore some stuff. I was playing with Hypothesis.
@@ -1,2 +1,6 @@
.*\.pyc$
build
.hypothesis
.pytest_cache
.vscode
@@ -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:
The note is not visible to the blocked user.