From a7af0faefccaf84f27bfacbe753ff022591b9b8f Mon Sep 17 00:00:00 2001 From: William Bruno Date: Wed, 1 Apr 2026 10:32:35 -0400 Subject: [PATCH] reverse geocode, icloud monitor --- .gitignore | 1 + .idea/back-end.iml | 10 +- .idea/modules.xml | 2 +- .idea/pymd3_vue_location_sim.iml | 15 + cookies/willbrunogmailcom.cookiejar | 37 +- cookies/willbrunogmailcom.session | 2 +- pyproject.toml | 8 +- src/pymd3_vue_location_sim/icloud_monitor.py | 8 +- src/pymd3_vue_location_sim/server.py | 705 +++++++++++-------- uv.lock | 109 ++- 10 files changed, 515 insertions(+), 382 deletions(-) create mode 100644 .idea/pymd3_vue_location_sim.iml diff --git a/.gitignore b/.gitignore index 6d36675..1bb23e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ __pycache__/* *.pyc +cookies/* diff --git a/.idea/back-end.iml b/.idea/back-end.iml index 73f5b78..ec63674 100644 --- a/.idea/back-end.iml +++ b/.idea/back-end.iml @@ -1,13 +1,5 @@ - - - - - - - - - +