Skip to content

Commit 7076142

Browse files
committed
Update .gitignore
1 parent 668d942 commit 7076142

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.gitignore

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
1+
# Python
12
*.pyc
23
__pycache__/
34
dist
45
build
56
*.egg-info
6-
.idea
7+
8+
# virtualenv
9+
.venv*
10+
venv*
11+
ENV/
12+
13+
# Tox
714
.tox
15+
16+
# PyCharm
17+
.idea/
18+
*.iml
19+
20+
# Visual Studio Code
21+
.vscode/

0 commit comments

Comments
 (0)