Skip to content
This repository was archived by the owner on Jun 23, 2026. It is now read-only.

Commit 13e237a

Browse files
committed
chore: ignore pytest/coverage/ruff caches
1 parent 6421f09 commit 13e237a

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.coverage

-68 KB
Binary file not shown.

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ __pycache__/
44
.venv/
55
venv/
66
.env
7+
.pytest_cache/
8+
.ruff_cache/
9+
.coverage
10+
coverage.xml
11+
htmlcov/
12+
*.egg-info/
713

814
# node / astro
915
node_modules/

0 commit comments

Comments
 (0)