From c7ab736debbc43c1eef472a970398627fdcb91ae Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Thu, 6 Nov 2025 16:11:48 +0100 Subject: Add stop_report.py for generating stop-based JSON reports --- src/gtfs_vigo_stops/.gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/gtfs_vigo_stops/.gitignore (limited to 'src/gtfs_vigo_stops/.gitignore') diff --git a/src/gtfs_vigo_stops/.gitignore b/src/gtfs_vigo_stops/.gitignore new file mode 100644 index 0000000..2be2c5f --- /dev/null +++ b/src/gtfs_vigo_stops/.gitignore @@ -0,0 +1,13 @@ +feed/ +output/ + +# Python-generated files +__pycache__/ +*.py[oc] +build/ +dist/ +wheels/ +*.egg-info + +# Virtual environments +.venv -- cgit v1.3