diff --git a/.gitignore b/.gitignore index 7bbc71c0..abb3bc40 100644 --- a/.gitignore +++ b/.gitignore @@ -46,6 +46,14 @@ coverage.xml *.cover .hypothesis/ +# Test artefacts +static/ +requests/ +request123456.jwt +private/cookie_jwks.json +private/jwks.json +private/token_jwks.json + # Translations *.mo *.pot diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 00000000..c6a5e62a --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1,2 @@ +*.lock +read_only