From a0ee4006f9a8d15fcdd4a18bde383bb54726174f Mon Sep 17 00:00:00 2001 From: Yash Raj Date: Sat, 8 Aug 2026 16:29:41 +0530 Subject: [PATCH] fix(gitignore): ignore temporary build artifacts and coverage profiles --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 0dca76ba7d2..d56d647d6f0 100644 --- a/.gitignore +++ b/.gitignore @@ -375,3 +375,6 @@ test/payload.db test/evals/eval-results/report.html # Versioned eval run snapshots (local only — used for run comparison in dashboard) test/evals/eval-results/runs/ +*.tmp +.nx/ +profile.cov