OK so either I have a fundamental misunderstanding of how
#Python I/O works, or this is a bug:
I have a `with open(..., "w") as foo:` block in my script. If I execute it twice (now from
#IDA, and I experienced the same with
#Ghidra) the contents are _appended_ instead of truncating the output first!
WT actual F?!