chore(bindings): ignore more artifacts

This commit is contained in:
ObserverOfTime 2024-03-02 18:55:39 +02:00 committed by Amaan Qureshi
parent f7c6dcadaa
commit 924c2b4425

View file

@ -1,23 +1,25 @@
# Rust artifacts
/Cargo.lock
/target/
Cargo.lock
target/
# Node artifacts
/build/
/node_modules/
build/
node_modules/
*.tgz
# Swift artifacts
/.build/
.build/
# Go artifacts
go.sum
_obj/
# Python artifacts
/dist/
.venv/
dist/
*.egg-info
*.whl
# Zig artifacts
/zig-cache/
/zig-out/
# C artifacts
*.a
*.so