From f16bb7dc99e195d79effe23a795b37dba0b83c8d Mon Sep 17 00:00:00 2001 From: Alexander Renz Date: Wed, 26 Nov 2025 17:43:02 +0100 Subject: [PATCH] Add large test files to .gitignore for GitHub compatibility --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 7234840..87ca84a 100644 --- a/.gitignore +++ b/.gitignore @@ -187,3 +187,7 @@ dist/ # Documentation that shouldn't be public DOCUMENTATION_VERIFICATION_REPORT.md ENHANCEMENTS_COMPLETED.md + +# Large test files (excluded for GitHub) +tests/test_*.bin +test_*.bin