__pycache__/
*.pyc
build/
dist/
hwi.egg-info/
test/emulator.img
test/work
pip-wheel-metadata
.mypy_cache/

# Qt stuff
hwiqt.pyproject.user
hwilib/ui/ui_*.py

*.stderr
*.stdout

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

.vscode
