From b41c9352d368b9cc6d4e17fefc8c77f1c5ee197b Mon Sep 17 00:00:00 2001 From: LJ5O <75009579+LJ5O@users.noreply.github.com> Date: Thu, 5 Feb 2026 09:58:37 +0100 Subject: [PATCH] Documents --- .gitignore | 5 ++++- readme.md | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 readme.md diff --git a/.gitignore b/.gitignore index 71b98ca..50bac76 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ .venv/ -.env \ No newline at end of file +.env + +# Par sécurité +documents_projet/ \ No newline at end of file diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..09169c3 --- /dev/null +++ b/readme.md @@ -0,0 +1,3 @@ +# Projet final Kévin Taccoen + +**Les documents liés au projet ne sont pas inclus dans ce repo, il faut les ajouter à la racine dans "documents_projet/" !** \ No newline at end of file