From 1d99fd2b105b44d480110d6b87d1261d7d39ceeb Mon Sep 17 00:00:00 2001 From: DARKZOUL5 Date: Mon, 24 Nov 2025 11:28:54 +0200 Subject: [PATCH] Update .gitignore to exclude all tmp directories and remove unused test files --- .gitignore | 1 + tests/tmp_test/.gitkeep | 0 tests/tmp_test/archive.txt | 0 3 files changed, 1 insertion(+) delete mode 100644 tests/tmp_test/.gitkeep delete mode 100644 tests/tmp_test/archive.txt diff --git a/.gitignore b/.gitignore index 469383e..1f9af77 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ #Custom for this project config/yt-playlist-config.json /tmp* +/*/tmp* *.code-workspace # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/tests/tmp_test/.gitkeep b/tests/tmp_test/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/tests/tmp_test/archive.txt b/tests/tmp_test/archive.txt deleted file mode 100644 index e69de29..0000000