migration/colo: More accurate update checkpoint time
[qemu/kevin.git] / python / .gitignore
blob904f324bb11ac71b5091af55bfedb5649d227bc5
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/
17 .dev-venv/
19 # Coverage.py reports
20 .coverage
21 .coverage.*
22 htmlcov/