1
0
mirror of https://github.com/python/cpython synced 2024-07-03 07:53:35 +00:00

Add .ruff_cache/ to .gitignore (#110983)

This commit is contained in:
Nikita Sobolev 2023-10-17 23:12:58 +03:00 committed by GitHub
parent 920b3dfaca
commit 0f9d0fb437
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View File

@ -42,6 +42,7 @@ gmon.out
.coverage
.mypy_cache/
.pytest_cache/
.ruff_cache/
.DS_Store
*.exe