Skip to content

Commit 5786a96

Browse files
committed
Updated .gitignore to ignore Visual Studio Code settings and configuraiton
1 parent 8fcf7f2 commit 5786a96

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.gitignore

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
1+
# Python development, test, and build
12
__pycache__
23
build
34
dist
45
cmd2.egg-info
5-
.idea
66
.cache
77
*.pyc
8-
.coverage
98
.tox
10-
htmlcov
119
.pytest_cache
10+
11+
# Code Coverage
12+
.coverage
13+
htmlcov
14+
15+
# PyCharm
16+
.idea
17+
18+
# Visual Studio Code
19+
.vscode

0 commit comments

Comments
 (0)