From 938bcfd05d6c49c87a85c308633ce72eaf7934ae Mon Sep 17 00:00:00 2001 From: Slawomir Koszewski Date: Fri, 24 Apr 2026 23:39:27 +0200 Subject: [PATCH] Update: enhance .gitignore to include Python and Go build outputs --- .gitignore | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7d2ec4b..3a138e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,11 @@ +bin data -tests \ No newline at end of file +tests + +# Python +__pycache__/ +*.pyc + +# Go build output +/src/simple-ca/simple-ca +/src/simple-ca/simple-ca.exe