Browse Source

chore: Add `.pytest_cache/` to `.gitignore` (#8066)

ted kaemming 7 years ago
parent
commit
669ab005f0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -35,6 +35,7 @@ example/db.sqlite
 /test_cli/
 Gemfile.lock
 .idea/
+.pytest_cache/
 .vscode/tags
 coverage.xml
 junit.xml