ignores output of main.py (output/*.json)

This commit is contained in:
2026-02-13 11:49:13 +01:00
parent 6f618b2340
commit f60b58f2f2

5
.gitignore vendored
View File

@@ -1,6 +1,9 @@
# ignora log di h5tojson e jsontoh5 # ignores logs of h5tojson, jsontoh5
*.log *.log
# ignores output json of main.py
output/*.json
# ---> Python # ---> Python
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/