2021-08-27 17:20:24 -04:00
|
|
|
!.gitignore
|
|
|
|
/venv/
|
|
|
|
.idea/
|
|
|
|
/development_tests/
|
2021-11-12 05:12:38 -05:00
|
|
|
/data/energy_systems/heat_pumps/*.csv
|
2021-11-12 05:21:37 -05:00
|
|
|
/data/energy_systems/heat_pumps/*.insel
|
2021-12-09 04:01:06 -05:00
|
|
|
unittests/__pycache__
|
2022-03-03 11:42:40 -05:00
|
|
|
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__/
|
2021-12-15 04:26:42 -05:00
|
|
|
.DS_Store
|