Skip to content

fix(gitignore): scope runtime data ignores - #1

Open
200lz wants to merge 1 commit into
Tencent:mainfrom
200lz:fix/scope-runtime-data-ignores
Open

fix(gitignore): scope runtime data ignores#1
200lz wants to merge 1 commit into
Tencent:mainfrom
200lz:fix/scope-runtime-data-ignores

Conversation

@200lz

@200lz 200lz commented Aug 26, 2026

Copy link
Copy Markdown

Summary

  • Anchor the repository-root runtime dataset ignore rules.
  • Preserve the MMEB-v3 runtime data exclusions.
  • Prevent unrelated nested directories named data or datasets from being silently ignored.

Rationale

Gitignore directory patterns without a leading slash match at any depth. The existing rules therefore also exclude nested source directories with the same names.

Validation

  • Verified root data/ and datasets/ remain ignored.
  • Verified mmeb_v3_eval/data/ and mmeb_v3_eval/datasets/ remain ignored.
  • Verified nested package/data/ and package/datasets/ source paths are not ignored.
  • Verified __pycache__/ remains ignored.
  • Ran git diff --check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant