repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
scripts/qmp-shell: initialize completer early
[qemu.git]
/
python
/
.gitignore
blob
272ed223a84ab6e82df06f6277a04c1170f2eb63
1
# linter/tooling cache
2
.mypy_cache/
3
.cache/
4
5
# python packaging
6
build/
7
dist/
8
qemu.egg-info/
9
10
# editor config
11
.idea/
12
.vscode/
13
14
# virtual environments (pipenv et al)
15
.venv/
16
.tox/