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

# Local router-credential helpers — never commit. .env holds real secrets; .env.example is a
# local scaffold (not a tool-read template — the CLI reads GLINET_PASSWORD / --password / a prompt).
.env
.env.example

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