diff options
| author | Connor Moore <connor.moore@psi.ch> | 2026-07-01 14:54:19 +0200 |
|---|---|---|
| committer | Connor Moore <connor.moore@psi.ch> | 2026-07-01 14:54:19 +0200 |
| commit | e39d520d199ec8ff3bcf08383418b60e928288f4 (patch) | |
| tree | 2b5d7d082f913168effa3fe0f5399cf60e1db43a /.gitignore | |
Initial commit with BROKEN geometry and gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0608f97 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +*.pkl +*.xml +*.h5 +*.out +*.png +*.pltvw +results/* |
