Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
resources/python/src/*/pkgs.zip filter=lfs diff=lfs merge=lfs -text
Copy link

Copilot AI Mar 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding filter=lfs for resources/python/src/*/pkgs.zip makes correct builds/packaging dependent on Git LFS being installed and enabled during checkout and when regenerating/pushing these zips (e.g., Azure Pipelines and any release packaging that uses git archive/GitHub source zips). Without an explicit LFS fetch/checkout step, consumers may receive the pointer text file instead of the real zip, which will then fail at runtime when pkgs.zip is added to sys.path. Please ensure CI/deploy tooling enables LFS (e.g., checkout: self with LFS enabled or running git lfs install + git lfs pull) and that the release packaging process bundles LFS objects, not pointers.

Suggested change
resources/python/src/*/pkgs.zip filter=lfs diff=lfs merge=lfs -text
resources/python/src/*/pkgs.zip -text

Copilot uses AI. Check for mistakes.
Binary file modified resources/python/src/3.10/pkgs.zip
Binary file not shown.
Binary file modified resources/python/src/3.11/pkgs.zip
Binary file not shown.
Binary file modified resources/python/src/3.13/pkgs.zip
Binary file not shown.
Binary file modified resources/python/src/3.7/pkgs.zip
Binary file not shown.
Binary file modified resources/python/src/3.9/pkgs.zip
Binary file not shown.
Loading