blob: 272ed223a84ab6e82df06f6277a04c1170f2eb63 [file] [log] [blame]
# linter/tooling cache
.mypy_cache/
.cache/
# python packaging
build/
dist/
qemu.egg-info/
# editor config
.idea/
.vscode/
# virtual environments (pipenv et al)
.venv/
.tox/