From bfcfd9d1a4cbc882cd833fa340744182c12e7309 Mon Sep 17 00:00:00 2001 From: Esa Kataja Date: Mon, 24 Feb 2025 20:47:10 +0200 Subject: [PATCH] Add database files to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 505a3b1..641e2fd 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,6 @@ wheels/ # Virtual environments .venv + +*.duckdb +*.db \ No newline at end of file