From 89f70762f4321ccff0faa3513e31ac7531a08b8a Mon Sep 17 00:00:00 2001 From: user Date: Wed, 21 Feb 2024 07:54:29 +0300 Subject: [PATCH] Update .gitignore: exclude nested mypy cache directories --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ea2c4c3..bfc4f7a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ **/*~ **/__pycache__/* -.mypy_cache/** +**/.mypy_cache/** dist/** *egg-info/**