1
0
mirror of https://github.com/github/gitignore synced 2024-06-09 14:17:57 +02:00

Update Python.gitignore

Added .ruff_cache directory (cache used by ruff linter).
This commit is contained in:
Antoni Zasada 2024-02-03 19:20:25 +01:00 committed by GitHub
parent 4488915eec
commit 86eb5368bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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/