Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 93deeec

Browse files
ucoderyGuido van Rossum
authored andcommitted
Ignore virtualenv for commits and tests (#6771)
1 parent f210d6c commit 93deeec

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,11 @@ htmlcov
3535
# pytest cache
3636
.pytest_cache/
3737

38+
# virtualenv
39+
.Python
40+
bin/
41+
lib/
42+
include/
43+
3844
.tox
3945
pip-wheel-metadata

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ max-line-length = 99
44
exclude =
55
# from .gitignore: directories, and file patterns that intersect with *.py
66
build,
7+
bin,
8+
lib,
9+
include,
710
@*,
811
env,
912
docs/build,
@@ -27,6 +30,7 @@ exclude =
2730
tmp-test-dirs/*
2831
.tox
2932
.eggs
33+
.Python
3034

3135
# Things to ignore:
3236
# E251: spaces around default arg value (against our style)

0 commit comments

Comments
 (0)