cookiecutter-python
cookiecutter-python copied to clipboard
feat: configure project so that all generated files will be stored under one directory
Description
Right now all intermediate files are generated under the root directory of the project (eg. .egg directory, coverage files, virtualenv, etc.)
In order to easily get to a clean state it would be good to store all the generated output in one directory