HWI/.gitignore
2020-08-27 11:23:54 +02:00

28 lines
247 B
Plaintext

__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