From c148fc2023361798874afa686ac1abcdee50953b Mon Sep 17 00:00:00 2001 From: Brandt Bucher Date: Sat, 5 Oct 2019 08:32:27 -0700 Subject: [PATCH] Ignore .pytest_cache/ --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0e3f973d0fc7c8f..b11f72f69fae565 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ TAGS gmon.out .coverage .mypy_cache/ +.pytest_cache/ *.exe !Lib/distutils/command/*.exe