From 1b447f51900b3a1a7f1be9d5192fd5aba37bdbc4 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Tue, 27 May 2025 13:32:48 +0200 Subject: [PATCH] chore(gitignore): add .local directory to ignored files - Updates .gitignore to include the .local directory - Prevents accidental commits of local configuration files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f2d2248..456454a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ coverage/ logs/ .locale/ +.local/ cache/ out.py output.txt