From 79f7c5ef778c4d3c7d7eda08099da1a81dd899bd Mon Sep 17 00:00:00 2001 From: Matthias Hagmann <16444067+MattHag@users.noreply.github.com> Date: Sat, 2 Mar 2024 20:25:57 +0100 Subject: [PATCH] Update .gitignore Related #2273 --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index b764c736..d5d7878b 100644 --- a/.gitignore +++ b/.gitignore @@ -13,8 +13,13 @@ __pycache__/ /deb_dist/ /MANIFEST +.coverage +/htmlcov/ + /docs/captures/ /share/logitech_icons/ /share/locale/ /po/*.po~ + +/.idea/