diff --git a/.gitignore b/.gitignore index 802531a6b..5af9e5dc5 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,7 @@ pip-selfcheck.json /build /dist *.eggs + +# Virtualenv +.venv/* +.gitignore \ No newline at end of file