📝 Edit page
➕ Add page
Python modules as configs
Various ways to store config values.
Such as config.py or setup.py.
If the file should be for local use only and ignored by git, then use config.local.py or config_local.py. And perhaps supply config.template.py.