From b9339af0de5e74f486ca84b28214f1fa26bd7c77 Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Wed, 24 Dec 2025 12:26:19 +0100 Subject: [PATCH] chore: add .gitignore for build artifacts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ignore SDK, cache, and build directories created by local-build.sh tool. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..9029242f --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# Build artifacts from local-build.sh +secubox-tools/sdk/ +secubox-tools/cache/ +secubox-tools/build/