]> Git Repo - qemu.git/blame - python/.gitignore
target/s390x: kvm: Honor storage keys during emulation
[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
14# virtual environments (pipenv et al)
15.venv/
3c8de38c 16.tox/
2c24d52d 17.dev-venv/
a4ffaecd
JS
18
19# Coverage.py reports
20.coverage
21.coverage.*
22htmlcov/
This page took 0.075684 seconds and 4 git commands to generate.