From 6e757dd0b849ccbdd35c79326cb8bbe19525ef6a Mon Sep 17 00:00:00 2001 From: Slawek Koszewski Date: Mon, 3 Nov 2025 13:37:25 +0100 Subject: [PATCH] Update .gitignore to include additional shell secrets and certificate files --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 2f14fba..fce23af 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,11 @@ __pycache__/ # Ignore prototype scripts prototype_*.py + +# Shell secrets +*.secret + +# Certificate files +*.pem +*.key +*.crt