Update Python.gitignore
Added .ruff_cache directory (cache used by ruff linter).
This commit is contained in:
parent
4488915eec
commit
86eb5368bd
@ -146,6 +146,9 @@ dmypy.json
|
|||||||
# Pyre type checker
|
# Pyre type checker
|
||||||
.pyre/
|
.pyre/
|
||||||
|
|
||||||
|
# Ruff
|
||||||
|
.ruff_cache/
|
||||||
|
|
||||||
# pytype static type analyzer
|
# pytype static type analyzer
|
||||||
.pytype/
|
.pytype/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user