I am developing an audio application using Python and sclang. My development environment is Linux but I see no reason why the app could not easily be ported to the Mac. The app requires a configuration file on startup. On Linux this file is loaced in the directory ~/.config/Llia/ where "Llia" is the application name. I do not have access to a Mac system for testing and my question is simply where is a reasonable default location for storing application configuration files?
Thanks