Skip to content

Commit 325e06e

Browse files
CopilotCodeRafay
andcommitted
Update .gitignore to exclude test artifacts and coverage files
Co-authored-by: CodeRafay <154733908+CodeRafay@users.noreply.github.com>
1 parent 80c8af0 commit 325e06e

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.coverage

-52 KB
Binary file not shown.

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,13 @@ temp/
3535

3636
# Logs
3737
*.log
38+
39+
# Testing
40+
.coverage
41+
htmlcov/
42+
.pytest_cache/
43+
tests/test_images/
44+
45+
# Hash verification database (temporary)
46+
temp/hash_database.json
47+
hash_database_export_*.json

0 commit comments

Comments
 (0)