We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97a8f42 commit 36cf693Copy full SHA for 36cf693
.gitignore
@@ -1,2 +1,9 @@
1
/.tox
2
__pycache__
3
+.pytest_cache
4
+# Testinfo file to set out server & shares to test.
5
+/test-info.yml
6
+# modified tox file for customised testing
7
+/mytox.ini
8
+# artifacts created by vscode
9
+/tags
0 commit comments