Skip to content

Commit d1f3050

Browse files
committed
fix: allow golden regression data in git while ignoring other pkl files
- Update .gitignore to explicitly allow golden_data/*.pkl files - Add exception pattern after *.pkl rule - Commit existing golden data files (clusterless_decoder, sorted_spikes_decoder) - Golden data should be version controlled per regression testing design
1 parent 7d4fd4a commit d1f3050

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ _version.py
155155
.DS_Store
156156
*.npz
157157
*.pkl
158+
# Exception: commit golden regression data for version control
159+
!src/non_local_detector/tests/golden_data/*.pkl
158160
*.png
159161

160162
# Git worktrees
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)