Excluded pycache files

This commit is contained in:
Peter Yefi 2022-03-03 11:42:40 -05:00
parent 883461782c
commit c22d28fc89

22
.gitignore vendored
View File

@ -5,4 +5,26 @@
/data/energy_systems/heat_pumps/*.csv /data/energy_systems/heat_pumps/*.csv
/data/energy_systems/heat_pumps/*.insel /data/energy_systems/heat_pumps/*.insel
unittests/__pycache__ 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 .DS_Store