From e3ddd829556d4b20cf0ae47957e19696c29a3da0 Mon Sep 17 00:00:00 2001 From: gschnabel <40870991+gschnabel@users.noreply.github.com> Date: Thu, 7 Apr 2022 11:05:23 +0200 Subject: [PATCH] add .gitignore file to repo --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..25faba79 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +__pycache__/ +.ipynb_checkpoints/ +legacy-tests/test_???/GMAP-Fortran/ +legacy-tests/test_???/result/ +tests/testoutput