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