From 32aad0633f19c1048c987feb4fdd4af8843cef13 Mon Sep 17 00:00:00 2001 From: Alireza Adli Date: Thu, 12 Sep 2024 13:07:11 -0400 Subject: [PATCH] Update gitignore --- .gitignore | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index e10bcc4..dbad487 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,12 @@ -!.gitignore +output_files/* +!output_files/.gitkeep +draft_lca_api/ +__pycache__/ **/venv/ .idea/ -/development_tests/ -/data/energy_systems/heat_pumps/*.csv -/data/energy_systems/heat_pumps/*.insel -.DS_Store -**/.env -**/hub/logs/ -**/__pycache__/ -**/.idea/ -cerc_hub.egg-info -ali_*.py -mreza_*.json -*_cap_3.json +*.geojson +input_files/*.geojson +!input_files/.gitkeep +itest_*.py