Add .hypothesis to gitignore

This commit is contained in:
Edward Betts 2024-02-25 18:40:36 +00:00
parent 5a14d5b4ef
commit c3355c7154

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
__pycache__
.mypy_cache/
config/default.py
.hypothesis/