Commit 6fa4804
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments