From 5b2b0939c74f78701158e4f954ea9f0a31e1d19a Mon Sep 17 00:00:00 2001 From: Spirillen <44526987+spirillen@users.noreply.github.com> Date: Sun, 19 Jan 2025 02:53:21 +0100 Subject: [PATCH] Added python to .gitignore --- tools/sort_lists.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sort_lists.py b/tools/sort_lists.py index 312b29df7fb..1857921fdb7 100644 --- a/tools/sort_lists.py +++ b/tools/sort_lists.py @@ -12,7 +12,7 @@ import idna import json -VERSION = "0.2b24" # Incremented beta version +VERSION = "0.2b25" # Incremented beta version def find_files_by_name(directory, filenames): matches = []