Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep Dask fragments out of commits #571

Merged
merged 2 commits into from
Apr 6, 2024

Conversation

accurrently
Copy link
Contributor

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.

The folder "dask-worker-space/" is a cache folder (like "__pycache__/") for IPython/Jupyter or other projects that implement Dask (https://dask.org). If a data science project package uses Jupyter notebooks, there is a chance that they might use Dask. This addition keeps that cache out of commits.
Copy link
Collaborator

@pydanny pydanny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@pydanny pydanny merged commit 545b492 into audreyfeldroy:master Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants