From 003121ef6f66ff43d38ac463ac2401ec4d5a1292 Mon Sep 17 00:00:00 2001 From: cedrick2711 Date: Thu, 23 Jul 2026 22:04:47 -0400 Subject: [PATCH] ajustement du .gitignore --- .gitignore | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f8b51c8..c38aae2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,13 @@ .env -.env.* + instance/ +*.db + documents/ + __pycache__/ *.pyc -*.db -team_tryouts.db + .pytest_cache/ .coverage htmlcov/