Skip to content

Commit

Permalink
Merge pull request #74 from mdealencar/master
Browse files Browse the repository at this point in the history
added `'.ipynb_checkpoints'` to `IGNORED_DIRS`
  • Loading branch information
eliben authored Jul 28, 2023
2 parents 8ba1368 + 8178a5e commit 3cf71af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion psslib/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@
'blib', '_build', '.bzr', '.cdv', 'cover_db', '__pycache__',
'CVS', '_darcs', '~.dep', '~.dot', '.git', '.hg', '~.nib',
'.pc', '~.plst', 'RCS', 'SCCS', '_sgbak', '.svn', '.tox',
'.metadata', '.cover', '.Rproj.user', '.Rhistory', 'node_modules'])
'.metadata', '.cover', '.Rproj.user', '.Rhistory', 'node_modules',
'.ipynb_checkpoints'])

IGNORED_FILE_PATTERNS = frozenset(
[r'~$', r'#.+#$', r'[._].*\.swp$', r'core\.\d+$'])
Expand Down

0 comments on commit 3cf71af

Please sign in to comment.