Browse Source

Add .pytest_cache to .gitignore

patch-2
Neil Booth 7 years ago
parent
commit
5d22e27d52
  1. 1
      .gitignore

1
.gitignore

@ -1,6 +1,7 @@
*/__pycache__/
.cache/
tests/*/__pycache__/
.pytest_cache/
*/*~
*.#*
*#

Loading…
Cancel
Save