Hello, first of all thank you for this package, it's great that it so powerful and tiny!
I just want to share that comments lines started with '#' are skipped always beside of ini.skipCommits.
It looks like because second condition in following if:
if ini.skipCommits && line[0] == ';' || line[0] == '#' {
// Skip comments
continue
}