# Build artifacts
*.tar.gz
/tests/output/
.ansible/

# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/

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

# Tenant credentials for integration tests — never commit
/tests/integration/integration_config.yml
