# Dev directories
venv/
._dev/
.vscode/
codegen/

# Single files
swagger.yaml
.coverage
.DS_Store

# Cache
.pytest_cache
.mypy_cache
.hypothesis
*.py[ci]

# Packaging
dist
build
*.egg-info
