From 68dafbc72abf360b5c5f31da47f30971fe2f2d2d Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Fri, 10 Apr 2026 11:16:35 +0000 Subject: [PATCH] Add testing/.gitignore for staged binaries and generated artifacts --- testing/.gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 testing/.gitignore diff --git a/testing/.gitignore b/testing/.gitignore new file mode 100644 index 0000000..0a184bb --- /dev/null +++ b/testing/.gitignore @@ -0,0 +1,17 @@ +# Staged binaries (copied from target/release/ for test runs) +fips +fipsctl +fipstop +fips-gateway + +# Generated test configs +generated-configs/ + +# Simulation results +sim-results/ + +# Python caches +__pycache__/ + +# Staged binary directory +static/bin/