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