.zig-cache/
zig-out/
target/
*.o

# Built FFI/native artifacts distributed into the SDK dirs by `cargo xtask ffi`.
*.so
sdks/*/native/
sdks/python/cvisor/_native/
sdks/erlang/priv/
sdks/erlang/ebin/
# uv / Python
.venv/
__pycache__/
*.egg-info/
# Ruby / Erlang
sdks/ruby/vendor/
*.node
node_modules/
dist/
.env
zig-pkg/
# Erlang crash dumps
erl_crash.dump
*.dump
