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__/