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