From e9284f6da637ea3bbe692063b00f3b833b268325 Mon Sep 17 00:00:00 2001 From: Hu Zhao <zhao@mbd.rwth-aachen.de> Date: Sat, 22 Apr 2023 05:15:30 +0200 Subject: [PATCH] update gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 27d25f2..59c2887 100644 --- a/.gitignore +++ b/.gitignore @@ -123,3 +123,9 @@ cython_debug/ # vscode .vscode/ + +# auto_examples +auto_examples/ + +# _build +_build/ \ No newline at end of file -- GitLab