]> git.proxmox.com Git - mirror_qemu.git/blobdiff - python/.gitignore
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
[mirror_qemu.git] / python / .gitignore
index 272ed223a84ab6e82df06f6277a04c1170f2eb63..c3ceb1ca0ab173c1f74ddb1fb1bb9a23a3830fe2 100644 (file)
@@ -11,6 +11,12 @@ qemu.egg-info/
 .idea/
 .vscode/
 
-# virtual environments (pipenv et al)
-.venv/
+# virtual environments
+.min-venv/
 .tox/
+.dev-venv/
+
+# Coverage.py reports
+.coverage
+.coverage.*
+htmlcov/