Skip to content

Commit 7d1bd6f

Browse files
committed
chore: ignore coverage, hypothesis, and claude harness dirs
Local per-machine artifacts that shouldn't be versioned: - .coverage, .coverage.*, coverage.xml, htmlcov/ (pytest-cov) - .hypothesis/ (property-test cache) - .claude/ (AIWG harness scaffolding, installed per-user)
1 parent 2b556a7 commit 7d1bd6f

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,16 @@ build/
88
venv/
99
*.egg
1010

11-
# Pytest
11+
# Pytest / coverage / hypothesis
1212
.pytest_cache/
13+
.coverage
14+
.coverage.*
15+
coverage.xml
16+
htmlcov/
17+
.hypothesis/
18+
19+
# AIWG / Claude harness (installed per-machine, not committed)
20+
.claude/
1321

1422
# Editor
1523
.idea/

0 commit comments

Comments
 (0)