# Python virtualenv
.venv/
__pycache__/
*.pyc
*.egg-info/
dist/
build/

# Tool caches
.mypy_cache/
.pytest_cache/
.ruff_cache/
.robocop_cache/

# Local credentials/config (copy env.example.yaml -> env.yaml and edit)
env.yaml

# Robot Framework output artifacts
output.xml
log.html
report.html
*.log
results/

# Coverage
.coverage
.coverage.*
coverage.xml

# mock_nsx local runs
mock_nsx.pid

# macOS
.DS_Store
docs/*.html
