From cd33ea10e8ce2524c06530a9d9a3628644be70b7 Mon Sep 17 00:00:00 2001 From: Wu Tingfeng Date: Mon, 1 Sep 2025 01:17:02 +0800 Subject: [PATCH] Add *.lcov to Python gitignore --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 5290d13b..72758342 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -47,6 +47,7 @@ nosetests.xml coverage.xml *.cover *.py.cover +*.lcov .hypothesis/ .pytest_cache/ cover/