Skip to content

Commit 6a279dc

Browse files
author
Adon Metcalfe
committed
chore: add bin directory placeholder
Keep bin/ directory structure for wheel builds but ignore binaries. Binaries will be populated by CI or local builds.
1 parent 9c70f0c commit 6a279dc

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Ignore all binaries but keep directory
2+
mlnative/bin/*
3+
!mlnative/bin/README.md
14
# Python
25
__pycache__/
36
*.py[cod]

mlnative/bin/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Native binaries go here
2+
3+
Binaries are built by CI and included in platform-specific wheels.
4+
For local development, run: just build-rust

0 commit comments

Comments
 (0)