__pycache__/
*.py[cod]
.pytest_cache/
build/
dist/
*.egg-info/
.venv/
venv/

# Walks recorded from a real machine. A Redfish walk carries serial numbers, asset
# tags and MAC addresses, so a capture is a fleet inventory disclosure. Scenario
# runs write walks to a temporary directory for exactly this reason; anything
# landing here was put here deliberately and should be looked at before committing.
walks/
*.capture.json

# Site-specific hygiene vocabulary. Untracked on purpose: a rule that forbids a
# private name must spell that name out, so committing it here would publish
# exactly what it exists to protect. See tools/hygiene_check.py.
#
# This repository had the converged tool and not this line, so the file the tool
# reads was the one file it was unsafe to add.
.hygiene-local.json
