chore: ignore coverage artifacts (.coverage, *.py,cover, htmlcov/)

This commit is contained in:
Tran G. (Revernomad) Khoa
2026-04-08 20:04:02 +07:00
parent 90cc6c00ff
commit 5c824280c6

7
.gitignore vendored
View File

@@ -16,6 +16,13 @@ dist/
build/
.eggs/
# Coverage
.coverage
*.cover
*.py,cover
htmlcov/
coverage.xml
# Virtual environments
venv/
.venv/