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

# Raw enumerator reports / captures may contain device identifiers (mac/sn) — never commit.
reports/
captures/
docs/devices/

# Pages staging area — assembled at deploy time, never committed.
_site/
