Merge pull request #4724 from elliotwutingfeng/patch-1

Add *.lcov to Python gitignore
This commit is contained in:
Devin Dooley 2026-04-24 14:16:26 -07:00 committed by GitHub
commit 42f7c40623
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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