From 0aafa81907ac79b9bdb4a86aede0b63fee3a9a9b Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Wed, 30 Jun 2021 08:44:27 -0500 Subject: [PATCH] Adding Python pickle extension to the git ignore. Nearly added another one of these by accident. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6838e75689..c8d4d7140a 100644 --- a/.gitignore +++ b/.gitignore @@ -116,3 +116,6 @@ CMakeSettings.json # Visual Studio Code configuration files .vscode/ + +# Python pickle files +*.pkl \ No newline at end of file