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_vigo_stops/.gitignore | 13 ------------- 1 file changed, 13 deletions(-) delete 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 deleted file mode 100644 index 2be2c5f..0000000 --- a/src/gtfs_vigo_stops/.gitignore +++ /dev/null @@ -1,13 +0,0 @@ -feed/ -output/ - -# Python-generated files -__pycache__/ -*.py[oc] -build/ -dist/ -wheels/ -*.egg-info - -# Virtual environments -.venv -- cgit v1.3