From 472aa03822a0892a5270fbdcd056c9c9f839e56d Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Wed, 17 Dec 2025 21:50:16 +0000 Subject: [PATCH] Ignore dmypy.json --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3054abce..b78e7d7d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ __pycache__/ # Mypy cache .mypy_cache* +.dmypy.json # C extensions *.so