# Python detritus
__pycache__

# linter/tooling cache
.mypy_cache/
.cache/

# python packaging
build/
dist/
qemu.qmp.egg-info/
.eggs/

# editor config, tool cache, etc.
.idea/
.vscode/
.*~
\#*\#

# virtual environments
.dev-venv/
.min-venv/
.tox/

# Coverage.py reports
.coverage
.coverage.*
htmlcov/
coverage.xml

# Unit test results
test-results/