diff --git a/.gitignore b/.gitignore index a1771d56fcb..c5e85bc0f9f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,8 @@ ## PyTorch +.coverage +.hypothesis .mypy_cache */*.pyc */*.so* @@ -27,6 +29,7 @@ dist/ docs/src/**/* docs/cpp/build docs/cpp/source/api +log test/.coverage test/.hypothesis/ test/cpp/api/mnist