forked from underworldcode/underworld3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
97 lines (74 loc) · 1.46 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
default-*
.vscode
*.o
cython_debug
mesh.c
poisson.c
stokes.c
analytic_sol.c
maths.c
swarm.c
*_debug.txt
.env
**/__pycache__
*.so
examples/.ipynb_checkpoints/*
examples/PoissonEq/poisson
*.h5
*.xmf
python/underworld3
examples/c_examples/PoissonEq/poisson
examples/c_examples/CartesianStokes/stokes
build
keep
old
**/underworld3.egg-info/*
keep/*
*.swp
nohup.out
*.png # Add these explicitly if you want to keep them
# quarto build relics
documentation/index.aux
documentation/index.pdf
documentation/index.tex
documentation/index.log
documentation/index.toc
# Jupyter Book build relics
Jupyterbook/_build
Jupyterbook/static_slides
/Lectures/static_slides/slideshows
*slideshows*
Jupyterbook/node_modules/.yarn-integrity
Jupyterbook/Notebooks_old*
package-lock.json
# Myst build relics
Documentation/_build
Documentation/_build/templates
# Mesh files etc
uw_*.msh
*.msh # unless we really want to add some examples
*.h5
*.xdmf
*.vtk
*.pbin
# Any checkpoints from notebooks (since .md files can be run in setups with
# jupytext and will produce spurious/unexpected checkpoints.
.ipynb_checkpoints
# Autobuilt documentation
uw3_api_docs
uw3_api_docs/*
# pytest
.pytest_cache/*
# Visualisation artefacts
ignore*vtk
ignore*msh
tmp*vtk
tmp*msh
# Docker build artefacts
docker/underworld3_components
# Other
*DS_Store
Jupyterbook/.DS_Store
Jupyterbook/Notebooks/.DS_Store
Jupyterbook/Notebooks/Examples-NavierStokes/order_1/NS_test_Re_250_0.06_step_0.png
Documentation/index.aux