From 563bd6c1fb420246f2ccbad70987a7dbfc02611c Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 26 Jun 2024 17:33:25 -0700 Subject: [PATCH] Update .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 792483b..888739d 100644 --- a/.gitignore +++ b/.gitignore @@ -160,4 +160,6 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ -bbsdb.pkl + +# Pickle files, specifically, bbsdb.pkl +bbsdb.pkl