From 3608b0a69144fbec4aed8a92083d6abe9971657a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 4 Apr 2023 13:52:24 +0200 Subject: gitignore: add .coverage for python coverage --- gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/gitignore b/gitignore index 80eda48..ac3d0c0 100644 --- a/gitignore +++ b/gitignore @@ -22,3 +22,4 @@ __pycache__/ *.py[cod] /env *.egg-info +.coverage -- cgit v1.2.3