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

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Exported BLE keys (secrets) from the cloud importer — never commit
smartblinds-keys.json
*-keys.json

# Captured cloud traffic (redacted, but still contains emails/MACs/room names)
tilt-capture/
*.pklg
*.pcap

# Editors / OS
.DS_Store
.vscode/
.idea/

# Local Tilt pairing keys for the in-room gate check — never commit.
keys/
*.key
keys.json
