From 85960de4d43bc544f71831fa5316377a2f6ca151 Mon Sep 17 00:00:00 2001 From: Niclas Date: Fri, 16 Jan 2026 19:34:23 +0100 Subject: [PATCH] add directory structure --- data/.gitignore | 0 outputs/.gitignore | 1 + scripts/.gitignore | 0 3 files changed, 1 insertion(+) create mode 100644 data/.gitignore create mode 100644 outputs/.gitignore create mode 100644 scripts/.gitignore diff --git a/data/.gitignore b/data/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/outputs/.gitignore b/outputs/.gitignore new file mode 100644 index 0000000..e33609d --- /dev/null +++ b/outputs/.gitignore @@ -0,0 +1 @@ +*.png diff --git a/scripts/.gitignore b/scripts/.gitignore new file mode 100644 index 0000000..e69de29