From 1bcfae171a107fdb34378aaae6a67da436bbd5d6 Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Tue, 24 May 2022 20:31:59 -0700 Subject: [PATCH] Add .pkl files to .gitignore Signed-off-by: Alek Ratzloff --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 29cb7e1..05559b9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # Don't add production config.toml to the repo config.toml +# Pickle files +*.pkl + ### Python ### # Byte-compiled / optimized / DLL files __pycache__/