chore: gitignore fxcache files — binary cache should not be tracked

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
jgrusewski
2026-04-02 21:50:16 +02:00
parent 813bea77fc
commit 0e07e62310

5
.gitignore vendored
View File

@@ -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/