Skip to content

Commit c9f1c38

Browse files
committed
Ignore venv dir
1 parent 83bcd9e commit c9f1c38

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ dist/
77
.cache/
88
.coverage
99
venv/
10+
VENV/

pytest.ini

+1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ pep8ignore =
99
*/docs/* ALL
1010
*/build/* ALL
1111
*/TOXENV/* ALL
12+
VENV/* ALL
1213
pep8maxlinelength = 99

0 commit comments

Comments
 (0)