@xgranade Sorry, autocorrect got me. *.ini file
key = value #optional comment
Very easy to edit, very easy to parse, no formatting bullshit like JSON or XML and a human can actually read it (I've spent perhaps a few too many hours editing Skyrim and fallout configs in this format, but a lot of Windows programs use it. I think there's a python library form it, but honestly it's super easy to write your own parser for it because it is so minimalist)


