# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.venv/
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.mypy_cache/
.ruff_cache/

# Secrets / local config (never commit credentials)
*.env
.secrets*
secrets*

# Local capture artifacts
devicesDetails.json
*.tsv
