From 04d7d131492d0896ea662eca9e11d738df77df97 Mon Sep 17 00:00:00 2001
From: arman <arman.davtyan@xfel.eu>
Date: Wed, 7 Dec 2022 09:26:47 +0100
Subject: [PATCH] added gitignore

---
 .gitignore | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a1f436d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,24 @@
+**/*.pyc
+
+.vscode/
+.ipynb_checkpoints/
+logs/
+out/
+indexamajig*/**
+
+*.png
+*.err.txt
+*.out.txt
+*.cxi
+*.pth
+*.pdf
+*.json
+*.npy
+*.pickle
+
+# ignore folders
+simulation/
+images/
+notebooks/einstein_logs/
+documentation_data/
+experiments/
-- 
GitLab