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

# Local secrets — router credentials. Never commit (.env.example is the safe template).
.env

# 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/
