Skip to content

Commit 63f8b5c

Browse files
committed
Ignore virtual environment folders
1 parent 59034e3 commit 63f8b5c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ __pycache__
1818
.coverage
1919
htmlcov/
2020

21+
# Development environment
22+
venv*/
23+
2124
# When installed in develop mode
2225
*.egg-info/
2326

2427
# setup.py folders
2528
build/*
2629
dist/*
2730
*.egg-info/
28-

0 commit comments

Comments
 (0)