# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
.eggs/

# Build artifacts
build/
dist/
.wheels/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/

# Virtual envs
.venv/
venv/
env/

# Editors
.vscode/
.idea/
*.swp
.DS_Store

# Matrix Scroll local store (never commit a private key)
.matrixscroll/
device.json
