aboutsummaryrefslogtreecommitdiff
path: root/python/.gitignore
diff options
context:
space:
mode:
authorJohn Snow <jsnow@redhat.com>2023-02-09 19:31:42 -0500
committerJohn Snow <jsnow@redhat.com>2023-02-22 23:35:03 -0500
commit6832189fd791622c30e7bbe3a12b76be14dc1158 (patch)
treecd7dae24f5b1bd9e60870899f749e090da8304a6 /python/.gitignore
parentaef633e76504f6f2f3be47a22b271ce6469c0d9d (diff)
downloadqemu-6832189fd791622c30e7bbe3a12b76be14dc1158.zip
qemu-6832189fd791622c30e7bbe3a12b76be14dc1158.tar.gz
qemu-6832189fd791622c30e7bbe3a12b76be14dc1158.tar.bz2
python: drop pipenv
The pipenv tool was nice in theory, but in practice it's just too hard to update selectively, and it makes using it a pain. The qemu.qmp repo dropped pipenv support a while back and it's been functioning just fine, so I'm backporting that change here to qemu.git. Signed-off-by: John Snow <jsnow@redhat.com> Message-id: 20230210003147.1309376-3-jsnow@redhat.com Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'python/.gitignore')
-rw-r--r--python/.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/.gitignore b/python/.gitignore
index 904f324..c3ceb1c 100644
--- a/python/.gitignore
+++ b/python/.gitignore
@@ -11,8 +11,8 @@ qemu.egg-info/
.idea/
.vscode/
-# virtual environments (pipenv et al)
-.venv/
+# virtual environments
+.min-venv/
.tox/
.dev-venv/