From 421efd7521541a145285c5401fd7300e4d8f7ab2 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 3 Nov 2025 14:07:21 -0800 Subject: [PATCH] Update .gitignore --- .gitignore | 35 ++++++++++++----------------------- 1 file changed, 12 insertions(+), 23 deletions(-) diff --git a/.gitignore b/.gitignore index fb60d5d..fc9526e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,40 +2,29 @@ config.ini config_new.ini ini_merge_log.txt - -# Pickle files -*.pkl - -# virtualenv -venv/ +install_notes.txt # logs logs/ -install_notes.txt # modified .service files etc/*.service -# Python cache -__pycache__/ +# fileMonitor test file +bee.txt # data files data/*.json - -# qrz db -data/qrz.db - -# checklist and inventory databases -data/checklist.db -data/inventory.db - -# fileMonitor test file -bee.txt -*news.txt - -# .csv files -*.csv +data/*.txt +data/*.pkl +data/*.csv +data/*.db # modules/custom_scheduler.py modules/custom_scheduler.py +# virtualenv +venv/ + +# Python cache +__pycache__/