Should `jupyter_notebook_config.json` be excluded from Git via `.gitignore`?

jupyter_notebook_config.json does not need to be excluded from Git via .gitignore if it does not contain custom confidential data.
NotebookApp.password does not need to be kept confidential if it uses the default Argon2 hashing algorithm.