# Rust
/target/
# No local Cargo.lock — this crate is a workspace member of the kernel
# at `../../../Cargo.toml`, which owns the single lockfile.

# Python
.venv/
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.pytest_cache/

# Maturin output
*.so
*.pyd
*.dylib
wheels/
