12345678910111213141516171819202122 |
- # linter/tooling cache
- .mypy_cache/
- .cache/
- # python packaging
- build/
- dist/
- qemu.egg-info/
- # editor config
- .idea/
- .vscode/
- # virtual environments
- .min-venv/
- .tox/
- .dev-venv/
- # Coverage.py reports
- .coverage
- .coverage.*
- htmlcov/
|