mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Add .ruff_cache/ to .gitignore (#110983)
This commit is contained in:
parent
920b3dfaca
commit
0f9d0fb437
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -42,6 +42,7 @@ gmon.out
|
|||
.coverage
|
||||
.mypy_cache/
|
||||
.pytest_cache/
|
||||
.ruff_cache/
|
||||
.DS_Store
|
||||
|
||||
*.exe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue