Skip to content

Commit c9a3906

Browse files
harden the gitignore for data files
1 parent c783f9d commit c9a3906

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,3 +150,14 @@ index_files/*
150150
*.zip
151151
*.tar.gz
152152
*.ipynb
153+
154+
# Data and binary files in subdirectories (already blocked at top-level)
155+
**/*.nc
156+
**/*.h5
157+
**/*.hdf
158+
**/*.zip
159+
**/*.tar.gz
160+
**/*.gif
161+
162+
# Keep small reference images but block large ones by convention
163+
# (rely on PR review for image files)

0 commit comments

Comments
 (0)