From 0e07e6231002fd74c8efbc6d13a7296803af38a5 Mon Sep 17 00:00:00 2001 From: jgrusewski Date: Thu, 2 Apr 2026 21:50:16 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20gitignore=20fxcache=20files=20?= =?UTF-8?q?=E2=80=94=20binary=20cache=20should=20not=20be=20tracked?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 903564d19..a2682cbc1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,11 @@ /target/ target/ +# Feature cache (precomputed .fxcache binaries, ~470MB each) +test_data/feature-cache/ +/data/feature-cache/ +*.fxcache + # IDE files .vscode/ .idea/