From d7890ef2b4561677fb09b3c88f6bde0f6ca40fd0 Mon Sep 17 00:00:00 2001 From: Mayeul Aubin Date: Wed, 5 Mar 2025 17:47:18 +0100 Subject: [PATCH] scola --- .gitignore | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6e4b37f --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +# Ignore feature_* directory (usually used as git worktree) +feature_*/ + +# Ignore extensions directory +extensions/* +!extensions/__init__.py + +# Ignore some symbolic links +install + +# Ignore specific directories and files +.ipynb_checkpoints/ +*/.ipynb_checkpoints/ +.vscode/ +*.pyc +__pycache__/ +pysbmy.egg-info/ +*.h5 +*.rng +*.gadget1 +*.gadget2 +*.gadget3 +log.txt +testpdf.txt +tests/