Where is 'platformio.ini'?

Where is the file ‘platformio.ini’ actually located?
I’m using Windows 10

It created in the folder in which you initialize a project, either when you create a project inside the IDE or use the command line with e.g. pio init -b <some board> (docs).