From 357c32d74d558431f6232c79f416cc22ea8701ed Mon Sep 17 00:00:00 2001 From: Quentin Mondot Date: Wed, 8 Oct 2025 18:44:33 +0200 Subject: [PATCH] update gitignore to allow .ruff_cache/ and make the CI pre-commit work --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 551cb32..0d20b64 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -*.*~ *.pyc