We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a3a7d commit 728d7a2Copy full SHA for 728d7a2
.gitignore
@@ -1,15 +1,17 @@
1
# MacOS
2
3
.DS_Store
4
-
+**/.DS_Store
5
6
# UW3
7
8
**/.meshes/*
9
**/_build/*
10
11
-*.msh
12
-Jupyterbook/**/.png
+**/*.msh
+Jupyterbook/**/*.png
13
+Jupyterbook/**/*.vtk
14
+Jupyterbook/**/*.h5
15
16
17
# Byte-compiled / optimized / DLL files
@@ -157,4 +159,3 @@ dmypy.json
157
159
158
160
# Cython debug symbols
161
cython_debug/
0 commit comments