Skip to content

Commit 94a5e80

Browse files
affandarCopilot
andcommitted
chore: remove accidentally committed build artifacts (.dSYM)
Local build artifact that slipped into the v0.1.20 commit. Added matching .gitignore patterns to prevent recurrence. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent f601567 commit 94a5e80

3 files changed

Lines changed: 6 additions & 76075 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,9 @@ venv/
3535
.DS_Store
3636
Thumbs.db
3737
.venv-clt-broken/
38+
39+
# Build artifacts that should never be committed
40+
python/duroxide/*.dSYM/
41+
python/duroxide/*.dylib
42+
python/duroxide/*.so
43+
python/duroxide/*.pyd

python/duroxide/libduroxide_python.dylib.dSYM/Contents/Info.plist

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)