target/ppc: Move D/DS/X-form integer loads to decodetree
[qemu.git] / python / .gitignore
blob272ed223a84ab6e82df06f6277a04c1170f2eb63
1 # linter/tooling cache
2 .mypy_cache/
3 .cache/
5 # python packaging
6 build/
7 dist/
8 qemu.egg-info/
10 # editor config
11 .idea/
12 .vscode/
14 # virtual environments (pipenv et al)
15 .venv/
16 .tox/