cookiecutter-pypackage icon indicating copy to clipboard operation
cookiecutter-pypackage copied to clipboard

Keep Dask fragments out of commits

Open accurrently opened this issue 5 years ago • 0 comments

The folder dask-worker-space/ is a cache folder (like __pycache__/) for projects that implement Dask. If a data science or distributed computing project package uses Jupyter notebooks (e.g. in an examples/ folder), there is a chance that they might use Dask. Similarly, tests for modules that implement Dask will create a dask-worker-space/ folder as well if the code is run. This addition keeps that cache out of commits.

See Dask on Github repo for project information.

accurrently avatar Feb 19 '20 16:02 accurrently