Add *.lcov to Python gitignore

This commit is contained in:
Wu Tingfeng 2025-09-01 01:17:02 +08:00 committed by GitHub
parent 015e9f2eef
commit cd33ea10e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,6 +47,7 @@ nosetests.xml
coverage.xml
*.cover
*.py.cover
*.lcov
.hypothesis/
.pytest_cache/
cover/