Skip to content

Commit 6fa4804

Browse files
committed
chore: ignore .ruff_cache
The lint tooling added alongside the test suite writes a cache directory that .gitignore did not cover, unlike .pytest_cache beside it. Harmless in practice -- ruff drops a self-ignoring .gitignore into its own cache -- but the repository should account for its own tooling.
1 parent c20fa16 commit 6fa4804

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ dist/
1414
venv/
1515
env/
1616

17-
# Test / coverage artefacts
17+
# Test / lint / coverage artefacts
1818
.pytest_cache/
19+
.ruff_cache/
1920
.coverage
2021
coverage.xml
2122
htmlcov/

0 commit comments

Comments
 (0)