From 4cc8167ad86baaa4294713b4a0af74fd548cb2a3 Mon Sep 17 00:00:00 2001 From: Alexis Burnaz <48258099+alxsbrz@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:10:03 +0100 Subject: [PATCH] =?UTF-8?q?Hp=20quasiment=20termin=C3=A9,=20version=20tres?= =?UTF-8?q?=20avanc=C3=A9,=20aucune=20erreur=20dans=20la=20console?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecole/.gitignore | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 ecole/.gitignore diff --git a/ecole/.gitignore b/ecole/.gitignore new file mode 100644 index 00000000..30818331 --- /dev/null +++ b/ecole/.gitignore @@ -0,0 +1,30 @@ +# Dependencies +node_modules/ +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Logs +logs/ +*.log + +# Environment variables +.env +.env.local +.env.*.local + +# OS files +.DS_Store +Thumbs.db + +# IDE +.vscode/ +.idea/ +*.swp +*.swo +*~ + +# Build outputs +dist/ +build/ +