Skip to content

Commit bcebe41

Browse files
JordanMaplesCopilot
andcommitted
Add generated test label files to .gitignore
The generate_label_test in diskann-providers writes output files to the cwd using relative paths. Ignore the resulting rand_labels_50_10K_*.txt files so they don't get accidentally committed. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b3c3fdf commit bcebe41

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,4 +336,7 @@ target/
336336
.history/
337337

338338
# Ignore local settings for claude code AI agent
339-
.claude/settings.local.json
339+
.claude/settings.local.json
340+
341+
# Generated test data from generate_synthetic_labels tests
342+
rand_labels_50_10K_*.txt

0 commit comments

Comments
 (0)