swagger.json

# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.mypy_cache/

# Virtualenvs
.venv/
venv/
env/

# Environment files
.env
.env.local

# Editor / OS
.DS_Store
.idea/
.vscode/
