diff options
| author | Connor Moore <connor.moore@psi.ch> | 2026-07-20 16:13:50 +0200 |
|---|---|---|
| committer | Connor Moore <connor.moore@psi.ch> | 2026-07-20 16:13:50 +0200 |
| commit | 9c69faf417fb94c0d0a73219aa20a0b5ab0459b3 (patch) | |
| tree | 6896e1175b7e30899ae8154a614332d1ec8e2262 /.gitignore | |
Initial push with working study
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/* |
