From 46bc5a3a8659c6edfda2a65a8a224ec74b61ee5d Mon Sep 17 00:00:00 2001 From: Mayeul Aubin Date: Thu, 5 Jun 2025 15:11:51 +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..0a41ba1 --- /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__/ +*.egg-info/ +*.h5