Naming is hard but necessary!
We need a place to PyScript CLI global configurations (that I'm referring to as CLI config file) and PyScript apps now have a JSON/[TOML] format for Apps configuration. So we need to choose a default name for that file when the CLI creates a new project (referring to as project config).
My proposal here is that:
- we use TOML for the CLI config file format
- we name it
pyscript.config.toml or .pyscriptconfig
- we name the default project config file to
pyscript.json
/cc @ntoll @mattkram