diff --git a/python/.gitignore b/python/.gitignore index c7a66b91cc02d..45a4ffdb18405 100644 --- a/python/.gitignore +++ b/python/.gitignore @@ -6,7 +6,6 @@ Makefile cmake_install.cmake build/ Testing/ -.hypothesis/ # Python stuff @@ -31,6 +30,8 @@ dist .coverage coverage.xml htmlcov +# Hypothesis test framework +.hypothesis/ # Cache .cache