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