Skip to content

Commit 4180ba5

Browse files
Ignore *.rois.json sidecars and fix stale test_data/ paths in .gitignore
GUI writes .rois.json sidecars next to scan files when a file is opened interactively; these are ephemeral user state that should never be committed. Also fixes dead data/ references (folder was renamed to test_data/). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a0adb33 commit 4180ba5

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.gitignore

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ __pycache__/
99
build/
1010
dist/
1111

12-
data/output_png/*
13-
!data/output_png/.gitkeep
12+
test_data/output_png/*
13+
!test_data/output_png/.gitkeep
1414

15-
data/output_sxm/*
16-
!data/output_sxm/.gitkeep
15+
test_data/output_sxm/*
16+
!test_data/output_sxm/.gitkeep
17+
18+
*.rois.json

0 commit comments

Comments
 (0)