# Ignore build artifacts that the upstream tarball ships but get regenerated
# during the build (e.g. Cython-generated C source and the setuptools egg-info)
# so that a second build does not abort with "unexpected upstream changes".
extend-diff-ignore = "\.pyc$|^src/pyfuse3/__init__\.c$|^src/pyfuse3\.egg-info/"
tar-ignore = "*.pyc"
