chore: ⚙️ added option to delete processing files

This commit is contained in:
2025-11-19 08:35:18 +00:00
parent 9cb2ffb4da
commit 2251929244
6 changed files with 16 additions and 105 deletions
+3 -1
View File
@@ -5,4 +5,6 @@ class Config:
COMBINED_FOLDER = "./combined_files"
ZONE_FOLDER = "./zone_inputs"
delete_dat_after_processing = False
delete_dat_after_processing = False
delete_asc_after_processing = True
delete_csv_after_combining = True