From c22d28fc893b4e994bf4400f82b0fd2fe86542d7 Mon Sep 17 00:00:00 2001 From: Peter Yefi Date: Thu, 3 Mar 2022 11:42:40 -0500 Subject: [PATCH] Excluded pycache files --- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.gitignore b/.gitignore index fa2e5085..0c5ffa01 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,26 @@ /data/energy_systems/heat_pumps/*.csv /data/energy_systems/heat_pumps/*.insel unittests/__pycache__ +city_model_structure/attributes/__pycache__/ +city_model_structure/building_demand/__pycache__/ +city_model_structure/energy_systems/__pycache__/ +city_model_structure/iot/__pycache__/ +exports/__pycache__/ +exports/formats/__pycache__/ +helpers/__pycache__/ +imports/__pycache__/ +imports/construction/__pycache__/ +imports/construction/data_classes/__pycache__/ +imports/construction/helpers/__pycache__/ +imports/geometry/__pycache__/ +imports/geometry/citygml_classes/__pycache__/ +imports/geometry/helpers/__pycache__/ +imports/life_cycle_assessment/__pycache__/ +imports/schedules/__pycache__/ +imports/schedules/helpers/__pycache__/ +imports/usage/__pycache__/ +imports/usage/data_classes/__pycache__/ +imports/usage/helpers/__pycache__/ +imports/weather/__pycache__/ +city_model_structure/__pycache__/ .DS_Store \ No newline at end of file