Skip to content

Commit b4f9932

Browse files
authored
chore: ignore ruff cache (#15614)
Avoid checking in ruff cache.
1 parent 0900626 commit b4f9932

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,6 @@ system_tests/local_test_setup
6262
# Make sure a generated file isn't accidentally committed.
6363
pylintrc
6464
pylintrc.test
65+
66+
# Ruff cache
67+
.ruff_cache

0 commit comments

Comments
 (0)