From 62c453d7bde8fd0ca994d05a6d30268525e6e76f Mon Sep 17 00:00:00 2001 From: Fanilo-Nantenaina Date: Sat, 20 Dec 2025 10:12:58 +0300 Subject: [PATCH] chore: update gitignore to remove comments and add database file --- .gitignore | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index e1a8191..3a36b60 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,3 @@ -# ================================ -# Python / FastAPI -# ================================ - # Environnements virtuels venv/ .env @@ -35,4 +31,6 @@ htmlcov/ # Docker *~ .build/ -dist/ \ No newline at end of file +dist/ + +data/sage_dataven.db \ No newline at end of file