def get_all_state_files()

in src/pathpicker/state_files.py [0:0]


def get_all_state_files() -> List[str]:
    # keep this update to date! We do not include
    # the script output path since that gets cleaned automatically
    return [
        get_pickle_file_path(),
        get_selection_file_path(),
        get_logger_file_path(),
        get_script_output_file_path(),
    ]