Skip to content

Commit 54d2fe3

Browse files
committed
update gitignore to ignore packaging files
1 parent dabbf1e commit 54d2fe3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,22 @@ docs/_build/
1414

1515
# Jupyter Notebook
1616
.ipynb_checkpoints
17+
18+
# Distribution / packaging
19+
.Python
20+
env/
21+
build/
22+
develop-eggs/
23+
dist/
24+
downloads/
25+
eggs/
26+
.eggs/
27+
lib/
28+
lib64/
29+
parts/
30+
sdist/
31+
var/
32+
wheels/
33+
*.egg-info/
34+
.installed.cfg
35+
*.egg

0 commit comments

Comments
 (0)