From 107295575e3a7c37911ae192baf426b0003975a4 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Mon, 8 Dec 2025 01:37:10 +0100 Subject: Refactor code structure for improved readability and maintainability; removed redundant code blocks and optimized functions. --- src/gtfs_perstop_report/.gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/gtfs_perstop_report/.gitignore (limited to 'src/gtfs_perstop_report/.gitignore') diff --git a/src/gtfs_perstop_report/.gitignore b/src/gtfs_perstop_report/.gitignore new file mode 100644 index 0000000..2be2c5f --- /dev/null +++ b/src/gtfs_perstop_report/.gitignore @@ -0,0 +1,13 @@ +feed/ +output/ + +# Python-generated files +__pycache__/ +*.py[oc] +build/ +dist/ +wheels/ +*.egg-info + +# Virtual environments +.venv -- cgit v1.3