Update .gitignore

This commit is contained in:
SpudGunMan
2025-11-03 14:07:21 -08:00
parent e64f6317ab
commit 421efd7521

35
.gitignore vendored
View File

@@ -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__/