Skip to content

Commit d49bd6f

Browse files
authored
Merge pull request #4289 from csauge/patch-1
Update Python.gitignore for .ruff_cache/
2 parents ceea7ca + e8554d8 commit d49bd6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Python.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,5 +167,8 @@ cython_debug/
167167
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
168168
#.idea/
169169

170+
# Ruff stuff:
171+
.ruff_cache/
172+
170173
# PyPI configuration file
171174
.pypirc

0 commit comments

Comments
 (0)