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:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user