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

1
.gitignore vendored
View File

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