Skip to content

Commit b35dda1

Browse files
committed
updated gitignore
1 parent 1350da7 commit b35dda1

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.gitignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
11
.DS_store
22
.idea/
33
*__pycache__*
4+
5+
# virtualenvs
6+
.venv/
7+
8+
# Distribution / packaging
9+
.Python
10+
build/
11+
develop-eggs/
12+
dist/
13+
downloads/
14+
eggs/
15+
.eggs/
16+
lib/
17+
lib64/
18+
parts/
19+
sdist/
20+
var/
21+
wheels/
22+
share/python-wheels/
23+
*.egg-info/
24+
.installed.cfg
25+
*.egg

0 commit comments

Comments
 (0)