modifications_in_location #42

Merged
g_gutierrez merged 3 commits from modifications_in_location into main 2023-08-11 12:01:36 -04:00
2 changed files with 12 additions and 13 deletions
Showing only changes of commit e0037e788f - Show all commits

13
.gitignore vendored
View File

@ -1 +1,12 @@
.idea
!.gitignore
**/venv/
.idea/
/development_tests/
/data/energy_systems/heat_pumps/*.csv
/data/energy_systems/heat_pumps/*.insel
.DS_Store
**/.env
**/hub/logs/
**/__pycache__/
**/.idea/

12
hub/.gitignore vendored
View File

@ -1,12 +0,0 @@
!.gitignore
**/venv/
.idea/
/development_tests/
/data/energy_systems/heat_pumps/*.csv
/data/energy_systems/heat_pumps/*.insel
.DS_Store
**/.env
**/hub/logs/
**/__pycache__/
**/.idea/