Gitignore .coverage files
Unit Tests / test (push) Successful in 8m55s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-10 06:28:40 -04:00
parent 3a35cf72d3
commit 0773179962
+4
View File
@@ -87,3 +87,7 @@ backups/
# Temporary files # Temporary files
*.tmp *.tmp
*.temp *.temp
# Coverage data
.coverage
htmlcov/