Browse Source

Add .pytest_cache/ directory to .gitignore

rdb 7 years ago
parent
commit
cce21a5bee
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -59,3 +59,4 @@ __pycache__/
 # Test tool cache directories
 .tox/
 .cache/
+.pytest_cache/