From dfd3c07d2f48f1bd5c5c3d0250ed263b4a3737c2e08fe7d4fad7bcb99aa12b3a Mon Sep 17 00:00:00 2001 From: PioApocalypse Date: Mon, 16 Feb 2026 11:50:44 +0100 Subject: [PATCH] ignores h5 and nxs files --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c61aff7..4e349a9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,10 @@ # ignores logs of h5tojson, jsontoh5 *.log -# ignores output json of main.py +# ignores any output of main.py output/*.json +output/*.h5 +output/*.nxs # ---> Python # Byte-compiled / optimized / DLL files