# Build artifacts
build/
dist/
*.egg-info/
*.so
*.a
*.o
__pycache__/
.pytest_cache/
*.pyc

# local builds
build_cpu/
build_py/

