Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
f = open("data/bigfile1", "rb")
b = f.read(512)
print(len(b))
print(b)