# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/
.ruff_cache/

# Virtual environments
.venv/
venv/
env/

# uv
# (uv.lock IS committed for apps; keep it tracked)

# Firmware blobs are fetched at flash time, never vendored
*.bin

# Session / capture artifacts
*.pcap
*.pcapng
*.hc22000
.wifikit_history

# Internal session working docs — kept local, not part of the published repo.
# Public documentation lives in docs/.
/HANDOFF.md
/CAPTURE_STREAMING.md

# OS / editor
.DS_Store
*.swp
.idea/
.vscode/
