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

# Test / tooling
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Pulumi (for the example)
Pulumi.*.yaml
!examples/**/Pulumi.yaml
.pulumi/

# OS
.DS_Store
