16 lines
171 B
Plaintext
16 lines
171 B
Plaintext
|
# linter/tooling cache
|
||
|
.mypy_cache/
|
||
|
.cache/
|
||
|
|
||
|
# python packaging
|
||
|
build/
|
||
|
dist/
|
||
|
qemu.egg-info/
|
||
|
|
||
|
# editor config
|
||
|
.idea/
|
||
|
.vscode/
|
||
|
|
||
|
# virtual environments (pipenv et al)
|
||
|
.venv/
|