Merge pull request #379 from rjeffman/repo_gitignore

Add commonly used virtual environment paths to gitignore.
This commit is contained in:
Sergio Oliveira
2020-08-28 14:56:08 -03:00
committed by GitHub

4
.gitignore vendored
View File

@@ -1,2 +1,6 @@
*.pyc
*.retry
# ignore virtual environments
/.tox/
/.venv/