From 82525ebd33e8527a7c2553ef056503f12a00c2d0 Mon Sep 17 00:00:00 2001 From: Alireza Adli Date: Tue, 16 Jul 2024 16:28:27 -0400 Subject: [PATCH] Add pycache to gitignore --- .gitignore | 1 + building_component_surface.py | 0 2 files changed, 1 insertion(+) create mode 100644 building_component_surface.py diff --git a/.gitignore b/.gitignore index f8d5d06..3aa2827 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ output_files/* !output_files/.gitkeep draft_lca_wf/ +__pycache__ *.geojson input_files/*.geojson diff --git a/building_component_surface.py b/building_component_surface.py new file mode 100644 index 0000000..e69de29