From 9e74e700ead4602005d3575401fabf4ab500fca9 Mon Sep 17 00:00:00 2001 From: Maximilian Schmeller Date: Tue, 31 May 2022 16:04:18 +0200 Subject: [PATCH] Git-ignore pickle files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7594819..126bc32 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ fig*/ .ipynb_checkpoints/ __pycache__/ -*.html \ No newline at end of file +*.html +*.pkl \ No newline at end of file