# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Virtual environments
.venv/
venv/
ENV/
env/

# Packaging / build
build/
dist/
*.egg-info/
.eggs/
*.egg

# Test / type / lint caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# OpenAPI Generator cache (pinned JAR lives here when generation lands)
.cache/

# Local env / secrets
.env
.env.*
!.env.example

# Editors / OS
.idea/
.vscode/
*.swp
.DS_Store

# Local OpenAPI pin may be regenerated; keep if committed for reproducibility
# openapi.json is intentionally not ignored (parity with Node/Laravel SDKs).
