Update: enhance .gitignore to include Python and Go build outputs

This commit is contained in:
2026-04-24 23:39:27 +02:00
parent c043410436
commit 938bcfd05d
+10 -1
View File
@@ -1,2 +1,11 @@
bin
data
tests
tests
# Python
__pycache__/
*.pyc
# Go build output
/src/simple-ca/simple-ca
/src/simple-ca/simple-ca.exe