qemu-e2k/python/.gitignore

17 lines
177 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/
.tox/