From 6f11b4f2bf615da0cbec585ef98002a50468955a Mon Sep 17 00:00:00 2001 From: Alexander Renz Date: Wed, 26 Nov 2025 18:52:33 +0100 Subject: [PATCH] gitignore: Add development and validation scripts to ignore list --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index 87ca84a..e326002 100644 --- a/.gitignore +++ b/.gitignore @@ -191,3 +191,14 @@ ENHANCEMENTS_COMPLETED.md # Large test files (excluded for GitHub) tests/test_*.bin test_*.bin + +# Development and validation scripts +verify_network_resilience.sh +verify_version_update.sh +test-large-file-async-processing.sh +security_enhancement_analysis.sh +revalidate_all_features.sh +nginx-share-fixed.conf +cleanup_dev_files.sh +check-configs.sh +install-manager.sh