]> git.proxmox.com Git - mirror_qemu.git/blame - python/.gitignore
mkvenv: mark command as required
[mirror_qemu.git] / python / .gitignore
CommitLineData
f9c0600f
JS
1# linter/tooling cache
2.mypy_cache/
3.cache/
4
5# python packaging
6build/
7dist/
8qemu.egg-info/
9
10# editor config
11.idea/
12.vscode/
13
6832189f
JS
14# virtual environments
15.min-venv/
3c8de38c 16.tox/
2c24d52d 17.dev-venv/
a4ffaecd
JS
18
19# Coverage.py reports
20.coverage
21.coverage.*
22htmlcov/