From 6a1d7b3fa95fa7c2d6068107fb35c8664765bfbb Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Tue, 30 Sep 2025 11:42:28 +0300 Subject: [PATCH] Ignore tests/data where we store the qa corpus --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2aacff62..1156976f 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ wheels/ # tests .coverage* evaluations/data/ +tests/data/ .pytest_cache/ .ruff_cache/