I've noticed other tools that create directories in a local git clone add a .gitignore file containing a single asterisk to prevent the files in that directory from being committed. If that is the intent of the .nwave/ directory, would it make sense for this tool to behave in the same way?
Existing examples of this practice include .venv/, .pytest_cache/, .ruff_cache/, and htmlcov/.
I've noticed other tools that create directories in a local git clone add a .gitignore file containing a single asterisk to prevent the files in that directory from being committed. If that is the intent of the .nwave/ directory, would it make sense for this tool to behave in the same way?
Existing examples of this practice include .venv/, .pytest_cache/, .ruff_cache/, and htmlcov/.