# Fetched from live API
openapi.json

# Generated code
typescript/src/generated/
python/src/midbound_cloud/generated/
go/generated/
java/src/main/java/
php/src/
rust/src/

# Build artifacts
typescript/dist/
python/dist/
java/target/
rust/target/

# Dependencies
node_modules/
__pycache__/
*.egg-info/
.venv/
venv/

# IDE
.idea/
*.iml
.vscode/
