Git ignore .venv* and venv* directories (#888)

Also sort entries and remove the now redundant docs/venv/ entry.
This commit is contained in:
Sebastian Rittau 2021-09-09 21:20:11 +02:00 committed by GitHub
parent 9f0f1b623e
commit 409715f17b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 6 deletions

16
.gitignore vendored
View File

@ -1,13 +1,17 @@
MANIFEST
__pycache__/
build/
dist/
docs/venv/
.tox/
.vscode/
.idea/
.cache/
__pycache__/
tmp/
venv*/
.cache/
.idea/
.tox/
.venv*/
.vscode/
*.swp
*.pyc
*.egg-info/