From af15e8668a676032ba3e01317d53e2ae7224a90b Mon Sep 17 00:00:00 2001 From: Alireza Adli Date: Tue, 16 Jul 2024 16:29:14 -0400 Subject: [PATCH] Add pycache to gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3aa2827..0dad1ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ output_files/* !output_files/.gitkeep draft_lca_wf/ -__pycache__ +__pycache__/ *.geojson input_files/*.geojson