From 96282c3e7db7426232b044d8f8118e857eb089c2 Mon Sep 17 00:00:00 2001 From: Mayeul Aubin Date: Tue, 27 May 2025 14:52:48 +0200 Subject: [PATCH] gitignore --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c58046d --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Ignore some symbolic links +install + +# Ignore specific directories and files +.ipynb_checkpoints/ +*/.ipynb_checkpoints/ +.vscode/ +*.pyc +__pycache__/ +sbmy_control.egg-info/ +*.h5 \ No newline at end of file