From 66b66354fe67211bf8027ef76c3a5fea880a3c58 Mon Sep 17 00:00:00 2001 From: toto Date: Wed, 24 Jun 2026 15:43:29 +0200 Subject: [PATCH] =?UTF-8?q?Compl=C3=A8te=20.gitignore=20:=20donn=C3=A9es?= =?UTF-8?q?=20personnelles,=20CSV,=20backups=20JSON,=20venv?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.gitignore b/.gitignore index edef61a..c83c1d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,24 @@ +# Données personnelles — jamais dans le dépôt data/ *.ods +*.csv +*.json.bak + +# Fichiers temporaires LibreOffice/Office .~lock.* + +# Python __pycache__/ *.pyc +*.pyo +.venv/ +venv/ + +# Environnement .env +.env.* + +# Éditeurs +*.swp +*.swo +.DS_Store