From 1000f8ea0b4da0ad46efbe6ba78e121f652fc308 Mon Sep 17 00:00:00 2001 From: deadzilla Date: Tue, 2 Jun 2026 22:20:45 +0500 Subject: [PATCH] =?UTF-8?q?chore:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20coverage=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20?= =?UTF-8?q?=D0=B2=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 9a43851..fd1edfc 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,8 @@ Thumbs.db # IDE .vscode/ .idea/ + +# Coverage reports +.coverage +.coverage.* +htmlcov/