From 72d098982aff9777602e3b89a3ae1ef4c75da890 Mon Sep 17 00:00:00 2001 From: Julien MARCHAL <julien.marchal@univ-lorraine.fr> Date: Wed, 19 Mar 2025 17:40:11 +0100 Subject: [PATCH] add txt ignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 84e8738..188f0e3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ config.py usersList.csv videosList.csv .venv/** -__pycache__/** \ No newline at end of file +__pycache__/** +migration/*.txt \ No newline at end of file -- GitLab