We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a17858 commit 6146606Copy full SHA for 6146606
.gitignore
@@ -11,6 +11,7 @@ MANIFEST
11
.pytest_cache/
12
.ipynb_checkpoints/
13
.vscode/
14
+result_images/
15
tmp-test-dir-with-unique-name/
16
coverage.xml
17
htmlcov
Makefile
@@ -50,3 +50,4 @@ clean:
50
rm -rvf build dist MANIFEST *.egg-info __pycache__ .coverage .cache htmlcov coverage.xml
51
rm -rvf $(TESTDIR)
52
rm -rvf baseline
53
+ rm -rvf result_images
0 commit comments