Ignore files from local Dask development (#6346)

This commit is contained in:
James Lamb 2020-11-05 05:54:46 +00:00 committed by GitHub
parent 51e6531315
commit f3a4253984
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
.gitignore vendored
View File

@ -108,4 +108,10 @@ R-package/src/Makevars
.gdb_history
# Python joblib.Memory used in pytest.
cachedir/
cachedir/
# Files from local Dask work
dask-worker-space/
# Jupyter notebook checkpoints
.ipynb_checkpoints/