Ignore .coverage

This commit is contained in:
Miguel Jacq 2025-11-04 18:16:11 +11:00
parent 358aeb0650
commit 16856f4038
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9

1
.gitignore vendored
View file

@ -3,3 +3,4 @@
__pycache__ __pycache__
.pytest_cache .pytest_cache
dist dist
.coverage