mirror of https://gitee.com/openkylin/qemu.git
23 lines
242 B
Plaintext
23 lines
242 B
Plaintext
|
# linter/tooling cache
|
||
|
.mypy_cache/
|
||
|
.cache/
|
||
|
|
||
|
# python packaging
|
||
|
build/
|
||
|
dist/
|
||
|
qemu.egg-info/
|
||
|
|
||
|
# editor config
|
||
|
.idea/
|
||
|
.vscode/
|
||
|
|
||
|
# virtual environments (pipenv et al)
|
||
|
.venv/
|
||
|
.tox/
|
||
|
.dev-venv/
|
||
|
|
||
|
# Coverage.py reports
|
||
|
.coverage
|
||
|
.coverage.*
|
||
|
htmlcov/
|