I am creating a configuration file to store configuration settings / properties for my project that change frequently, such as file paths. What is the standard name / extension for such a file? (for example, in Java I used config.xml, in VB.NET I used App.config ...)
First, consider using ConfigParser (configparser in version 3.0, so the documentation). This does not solve the naming problem, but for most configuration needs this is a readable alternative to xml.
, , . , , - appName.cfg, appName , .
, , , :
- , ...
Documents appear to be using .cfg
.cfg
On Windows, many people (such as mercurial) use .ini
.ini