From: Nikita Sobolev Date: Tue, 17 Oct 2023 20:12:58 +0000 (+0300) Subject: Add `.ruff_cache/` to `.gitignore` (#110983) X-Git-Tag: v3.13.0a2~429 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f9d0fb437fd206e281b84309f171f5dfe3ef0c2;p=thirdparty%2FPython%2Fcpython.git Add `.ruff_cache/` to `.gitignore` (#110983) --- diff --git a/.gitignore b/.gitignore index dddf28da0161..8c8273fc7a3a 100644 --- a/.gitignore +++ b/.gitignore @@ -42,6 +42,7 @@ gmon.out .coverage .mypy_cache/ .pytest_cache/ +.ruff_cache/ .DS_Store *.exe