]> git.proxmox.com Git - mirror_qemu.git/blob - python/.gitignore
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
[mirror_qemu.git] / python / .gitignore
1 # linter/tooling cache
2 .mypy_cache/
3 .cache/
4
5 # python packaging
6 build/
7 dist/
8 qemu.egg-info/
9
10 # editor config
11 .idea/
12 .vscode/
13
14 # virtual environments
15 .min-venv/
16 .tox/
17 .dev-venv/
18
19 # Coverage.py reports
20 .coverage
21 .coverage.*
22 htmlcov/