Skip to content

Commit

Permalink
Merge pull request #571 from accurrently/patch-1
Browse files Browse the repository at this point in the history
Keep Dask fragments out of commits
  • Loading branch information
pydanny authored Apr 6, 2024
2 parents d032573 + 972864a commit 545b492
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions {{cookiecutter.project_slug}}/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ target/
# Jupyter Notebook
.ipynb_checkpoints

# Dask worker cache
dask-worker-space/

# pyenv
.python-version

Expand Down Expand Up @@ -104,3 +107,4 @@ ENV/
# IDE settings
.vscode/
.idea/

0 comments on commit 545b492

Please sign in to comment.