From 6b578910280aaac436b858afd4934f6c84b2d143 Mon Sep 17 00:00:00 2001 From: Ian Renton Date: Sun, 12 Oct 2025 16:13:31 +0100 Subject: [PATCH] Support Clublog lookup #38 --- .gitignore | 8 +- .idea/metaspot.iml | 10 --- .idea/modules.xml | 2 +- .idea/runConfigurations/Run.xml | 2 +- README.md | 11 ++- config-example.yml | 7 +- core/utils.py | 142 +++++++++++++++++++++++++++++--- spothole.py | 4 +- spotproviders/gma.py | 2 +- spotproviders/parksnpeaks.py | 4 +- spotproviders/sota.py | 2 +- 11 files changed, 156 insertions(+), 38 deletions(-) delete mode 100644 .idea/metaspot.iml diff --git a/.gitignore b/.gitignore index 862809d..496b407 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,5 @@ /.venv __pycache__ *.pyc -/.alerts_cache -/.spots_cache -/.qrz_callsign_lookup_cache -/sota_summit_data_cache.sqlite -/gma_ref_info_cache.sqlite /config.yml -/siota_data_cache.sqlite -/zlota_data_cache.sqlite +/cache/ diff --git a/.idea/metaspot.iml b/.idea/metaspot.iml deleted file mode 100644 index 06bd9e9..0000000 --- a/.idea/metaspot.iml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index b5318d1..fe999aa 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,7 +2,7 @@ - + \ No newline at end of file diff --git a/.idea/runConfigurations/Run.xml b/.idea/runConfigurations/Run.xml index 2d251ad..607fcf9 100644 --- a/.idea/runConfigurations/Run.xml +++ b/.idea/runConfigurations/Run.xml @@ -1,6 +1,6 @@ - +