change python client generator for hydra
This commit is contained in:
parent
c15be406ea
commit
4e9fd55093
128 changed files with 16275 additions and 11 deletions
23
libs/ory-hydra-client/.gitignore
vendored
Normal file
23
libs/ory-hydra-client/.gitignore
vendored
Normal file
|
@ -0,0 +1,23 @@
|
|||
__pycache__/
|
||||
build/
|
||||
dist/
|
||||
*.egg-info/
|
||||
.pytest_cache/
|
||||
|
||||
# pyenv
|
||||
.python-version
|
||||
|
||||
# Environments
|
||||
.env
|
||||
.venv
|
||||
|
||||
# mypy
|
||||
.mypy_cache/
|
||||
.dmypy.json
|
||||
dmypy.json
|
||||
|
||||
# JetBrains
|
||||
.idea/
|
||||
|
||||
/coverage.xml
|
||||
/.coverage
|
Loading…
Add table
Add a link
Reference in a new issue