2501-готовлюсь к mainteance

This commit is contained in:
2026-01-25 05:44:16 +03:00
parent 323fc67cd5
commit 817e958646
6 changed files with 292 additions and 7 deletions

View File

@@ -25,7 +25,8 @@ IGNORE_LIST = [
"ftp_cache",
"ocr-service",
"rmser-view",
"temp"
"temp",
"pack_go_files.py"
]
@@ -134,7 +135,7 @@ def write_to_py(files, tree_str, output_file):
def main():
root_dir = "."
output_file = "project_dump.py"
output_file = "go_backend_dump.py"
if len(sys.argv) > 1:
output_file = sys.argv[1]