# Python
.venv/
uv.lock
.python-version
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/

# Testing / coverage
.pytest_cache/
.coverage
htmlcov/

# Editors
.vscode/
.idea/
*.swp

# hadsync runtime files
.hadsync-state.json
.ha-entities.json

# dashboard workspace — lives in its own repo
ha-dashboards/

# VS Code extension build artifacts
vscode-hadsync/out/
vscode-hadsync/node_modules/
vscode-hadsync/*.vsix
