Add output files from running examples to .gitignore

这个提交包含在:
nmannall
2023-12-06 16:13:57 +00:00
父节点 f48825b614
当前提交 a66a741aec
共有 2 个文件被更改,包括 5 次插入0 次删除

5
.gitignore vendored
查看文件

@@ -1,6 +1,7 @@
# Python # Python
*.pyc *.pyc
*.pyo *.pyo
.venv
# Cython # Cython
*.c *.c
@@ -27,3 +28,7 @@ docs/.buildinfo
.vscode .vscode
testing/*.out testing/*.out
testing/*.png testing/*.png
# Output files from running the examples
examples/*.h5
examples/*.pdf

二进制文件未显示。