From 624b5fb733983214588838f916e97ba685c5856f Mon Sep 17 00:00:00 2001 From: chicco-carone Date: Sat, 12 Oct 2024 19:38:51 +0200 Subject: [PATCH] Add mypy.ini to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8d17817..f1fee4c 100644 --- a/.gitignore +++ b/.gitignore @@ -288,3 +288,4 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ /.vscode/launch.json +mypy.ini