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
1 changed files with 3 additions and 0 deletions

View File

@ -146,6 +146,9 @@ dmypy.json
# Pyre type checker
.pyre/
# Ruff
.ruff_cache/
# pytype static type analyzer
.pytype/