# build artifacts
*.egg-info
build/
dist/
site/
__pycache__

# test artifacts
.coverage*
target/
Cargo.lock
.pytest_cache/
.venv/
