Ignore hypothesis state caches

This commit is contained in:
Reid 'arrdem' McKenzie 2021-08-03 19:04:32 -06:00
parent abc4b8dddb
commit 6c6b0a060f

1
.gitignore vendored
View file

@ -11,6 +11,7 @@
/**/*.pyo /**/*.pyo
/**/.#* /**/.#*
/**/.mypy* /**/.mypy*
/**/.hypothesis*
/**/__pychache__ /**/__pychache__
/**/_build /**/_build
/**/_public /**/_public