diff --git a/.gitignore b/.gitignore index c0541a38..0a09c4d6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Python *.pyc *.pyo +.venv # Cython *.c @@ -27,3 +28,7 @@ docs/.buildinfo .vscode testing/*.out testing/*.png + +# Output files from running the examples +examples/*.h5 +examples/*.pdf diff --git a/examples/cylinder_Ascan_2D.h5 b/examples/cylinder_Ascan_2D.h5 deleted file mode 100644 index f0da39e2..00000000 Binary files a/examples/cylinder_Ascan_2D.h5 and /dev/null differ