Add pycache to gitignore

This commit is contained in:
Alireza Adli 2024-07-16 16:28:27 -04:00
parent 03c0cdd853
commit 82525ebd33
2 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
output_files/* output_files/*
!output_files/.gitkeep !output_files/.gitkeep
draft_lca_wf/ draft_lca_wf/
__pycache__
*.geojson *.geojson
input_files/*.geojson input_files/*.geojson

View File