Plain Text Running Tracker Parse Apple Health exports and Garmin FIT files into a simple markdown running log. Setup uv sync Usage uv run python running_tracker.py This parses apple/export.xml and garmin/*.fit files, then outputs to runs.md. Tests uv run pytest