]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add `.ruff_cache/` to `.gitignore` (#110983)
authorNikita Sobolev <mail@sobolevn.me>
Tue, 17 Oct 2023 20:12:58 +0000 (23:12 +0300)
committerGitHub <noreply@github.com>
Tue, 17 Oct 2023 20:12:58 +0000 (21:12 +0100)
.gitignore

index dddf28da016192a97fc43289c0d28998f6499fc1..8c8273fc7a3aa3826f58b406660dddf691b6657e 100644 (file)
@@ -42,6 +42,7 @@ gmon.out
 .coverage
 .mypy_cache/
 .pytest_cache/
+.ruff_cache/
 .DS_Store
 
 *.exe