Commit 6f58adff authored by Stephen Finucane's avatar Stephen Finucane Committed by Paul Ganssle

gitignore: Ignore .venv directory

These are commonly used for testing purposes.
Signed-off-by: default avatarStephen Finucane <stephen@that.guru>
parent d63b6b5b
...@@ -10,6 +10,7 @@ setuptools.egg-info ...@@ -10,6 +10,7 @@ setuptools.egg-info
.coverage .coverage
.eggs .eggs
.tox .tox
.venv
*.egg *.egg
*.py[cod] *.py[cod]
*.swp *.swp
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment