From c83841a2e0afc5dfcd46e83f39d785f7a3648bc0 Mon Sep 17 00:00:00 2001 From: linyq Date: Fri, 3 Apr 2026 01:18:39 +0800 Subject: [PATCH] chore(gitignore): restore minimal tests ignore exception --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cc702f6..bf7a572 100644 --- a/.gitignore +++ b/.gitignore @@ -45,4 +45,5 @@ task.md openspec/* AGENTS.md CLAUDE.md -tests/.pytest_cache/ +tests/* +!tests/test_documentary_frame_analysis_service.py