From 09cf6f585c8b79c77ac59cbf0bb8960c4eca37a7 Mon Sep 17 00:00:00 2001 From: todd2982 <1664712+todd2982@users.noreply.github.com> Date: Mon, 17 Mar 2025 02:07:01 -0500 Subject: [PATCH] Update .gitignore Ignore rotated logs, install notes, and qrz db. --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a012bb3..d132a40 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,8 @@ config.ini venv/ # logs -logs/*.log +logs/ +install_notes.txt # modified .service files etc/*.service @@ -18,3 +19,6 @@ __pycache__/ # rag data data/rag/* + +# qrz db +data/qrz.db