From f60b58f2f2a1dae69cb18d3c90dd6063cf429a39c4cde181db16411ac5f7fd1d Mon Sep 17 00:00:00 2001 From: PioApocalypse Date: Fri, 13 Feb 2026 11:49:13 +0100 Subject: [PATCH] ignores output of main.py (output/*.json) --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 22be2bf..c61aff7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ -# ignora log di h5tojson e jsontoh5 +# ignores logs of h5tojson, jsontoh5 *.log +# ignores output json of main.py +output/*.json + # ---> Python # Byte-compiled / optimized / DLL files __pycache__/