Ignore /.hypothesis folder spawned by test

This commit is contained in:
Antoine R. Dumont (@ardumont) 2023-08-04 11:08:37 +02:00
parent 903ff367ec
commit b4fce7be7a
No known key found for this signature in database
GPG key ID: 52E2E9840D10C3B8

1
.gitignore vendored
View file

@ -11,3 +11,4 @@ dist/
version.txt
.tox/
.mypy_cache/
/.hypothesis/