We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0290fb0 + 50cfa3a commit 0c48026Copy full SHA for 0c48026
.gitignore
@@ -46,6 +46,14 @@ coverage.xml
46
*.cover
47
.hypothesis/
48
49
+# Test artefacts
50
+static/
51
+requests/
52
+request123456.jwt
53
+private/cookie_jwks.json
54
+private/jwks.json
55
+private/token_jwks.json
56
+
57
# Translations
58
*.mo
59
*.pot
tests/.gitignore
@@ -0,0 +1,2 @@
1
+*.lock
2
+read_only
0 commit comments