blob: c8b0e67fe6c8b58ef19d72f1db6b06b8a21d3ac5 [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/
.dev-venv/