From 0773179962d980ab3b8cadbd28ff83114852d006 Mon Sep 17 00:00:00 2001 From: Dmitrii Iurco Date: Sun, 10 May 2026 06:28:40 -0400 Subject: [PATCH] Gitignore .coverage files Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dda32be..c2f7a11 100644 --- a/.gitignore +++ b/.gitignore @@ -86,4 +86,8 @@ backups/ # Temporary files *.tmp -*.temp \ No newline at end of file +*.temp + +# Coverage data +.coverage +htmlcov/ \ No newline at end of file