Ignore hypothesis state caches

trunk
Reid 'arrdem' McKenzie 2021-08-03 19:04:32 -06:00
parent abc4b8dddb
commit 6c6b0a060f
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

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