Added gitignore

This commit is contained in:
Ruben Sanchez 2023-10-31 09:51:26 -04:00
parent 10fe42bbda
commit fc7b0b55fb

12
.gitignore vendored Normal file
View File

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