Skip to content

Ignore Jupyter checkpoint directories - #297

Merged
gaurav merged 1 commit into
mainfrom
ignore-ipynb-checkpoints
Aug 31, 2026
Merged

Ignore Jupyter checkpoint directories#297
gaurav merged 1 commit into
mainfrom
ignore-ipynb-checkpoints

Conversation

@gaurav

@gaurav gaurav commented Aug 31, 2026

Copy link
Copy Markdown
Collaborator

Jupyter writes a .ipynb_checkpoints/ directory beside any notebook it opens, so documentation/NameResolution.ipynb leaves one behind as untracked clutter after anyone runs it.

The rule is unanchored rather than pointed at documentation/, so it also covers notebooks added elsewhere later. That is the same reasoning as d4179da, which unanchored .idea/ once IntelliJ started creating directories in subdirectories.

Verified with git check-ignore -v documentation/.ipynb_checkpoints/, which now reports the rule as matching, and git status is clean with the directory present.

🤖 Generated with Claude Code

Jupyter writes a .ipynb_checkpoints/ directory beside any notebook it opens, so
documentation/NameResolution.ipynb leaves one behind as untracked clutter after
anyone runs it.

The rule is left unanchored rather than pointed at documentation/, so it also
covers notebooks added elsewhere later -- the same reasoning as d4179da, which
unanchored .idea/ after IntelliJ directories appeared in subdirectories.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@gaurav
gaurav merged commit 7ee2dc0 into main Aug 31, 2026
1 check passed
@gaurav
gaurav deleted the ignore-ipynb-checkpoints branch August 31, 2026 18:52
@github-project-automation github-project-automation Bot moved this from Backlog to Done in NameRes sprints Aug 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant