From 9e8893b4b5680a22cc5e0145b6540ee8f5987022 Mon Sep 17 00:00:00 2001 From: foefl Date: Tue, 19 May 2026 16:15:55 +0200 Subject: [PATCH] ignore Pickle files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index bb96667..cd0edca 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ reports/ *.code-workspace # credentials CREDENTIALS* +*.pkl +*.pickle # Byte-compiled / optimized / DLL files __pycache__/