2021-05-28 00:17:13 +03:00
|
|
|
# linter/tooling cache
|
|
|
|
.mypy_cache/
|
|
|
|
.cache/
|
|
|
|
|
|
|
|
# python packaging
|
|
|
|
build/
|
|
|
|
dist/
|
|
|
|
qemu.egg-info/
|
|
|
|
|
|
|
|
# editor config
|
|
|
|
.idea/
|
|
|
|
.vscode/
|
|
|
|
|
2023-02-10 03:31:42 +03:00
|
|
|
# virtual environments
|
|
|
|
.min-venv/
|
2021-05-28 00:17:14 +03:00
|
|
|
.tox/
|
2021-06-30 00:43:19 +03:00
|
|
|
.dev-venv/
|
2021-09-15 19:29:55 +03:00
|
|
|
|
|
|
|
# Coverage.py reports
|
|
|
|
.coverage
|
|
|
|
.coverage.*
|
|
|
|
htmlcov/
|