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


.DS_Store
*.bak

# Editor / IDE
.vscode/*.local.json
.qmlls.ini


