From 319793b26a864fa438643dc3503eda4b7a547706 Mon Sep 17 00:00:00 2001 From: forkless Date: Mon, 1 Jun 2026 02:50:02 +0200 Subject: [PATCH] Gitignore tests/ folder --- .gitignore | 1 + tests/_scan_test.py | 9 --------- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 tests/_scan_test.py diff --git a/.gitignore b/.gitignore index f7c650d..41c713b 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ _search_save_type.py notalterra-linux notalterra-windows.exe notalterra +/tests/ diff --git a/tests/_scan_test.py b/tests/_scan_test.py deleted file mode 100644 index ecea1b5..0000000 --- a/tests/_scan_test.py +++ /dev/null @@ -1,9 +0,0 @@ -import struct -d = open('samples/savegame_0.sav','rb').read() -i = d.find(b'ElapsedTimeDouble') -print('ElapsedTimeDouble found at:', i) -i2 = d.find(b'Elapsed') -print('Elapsed found at:', i2) -# Check FName encoding at position i2-4 -print('u32 at i2-4:', struct.unpack_from('