# Python build / install artifacts
.venv/
.venv*/
__pycache__/
*.pyc
*.pyo
*.so
*.dylib
*.pyd
*.egg-info/
build/
dist/

# maturin
target/
