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

# Virtual environments
.venv/
venv/

# uv
# uv.lock IS committed (see docs/adr) — do not ignore it.

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

# Recorded BLE captures dropped in for local replay tests (kept out of git)
tests/fixtures/local_*.jsonl
