Skip to content

Commit 7dabbcc

Browse files
committed
ENH: More default gitignores
1 parent 89b539e commit 7dabbcc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
__pycache__/
66
*.py[cod]
77

8+
# pytest
9+
.pytest_cache/
10+
811
# ipython notebook
912
.ipynb_checkpoints
1013

@@ -20,6 +23,7 @@ __pycache__/
2023
.cache
2124
.idea
2225
.vscode
26+
.spyproject
2327

2428

2529
# other generic files to ignore

0 commit comments

Comments
 (0)