Skip to content

Commit f279e42

Browse files
committed
rm .egg-info from git
1 parent c2999d7 commit f279e42

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.gitignore

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010

1111
*.tox
1212

13-
build
14-
15-
dist
16-
1713
debug_script.py
1814

1915
test_output.txt
@@ -34,3 +30,8 @@ plotlywidget/static/
3430
# virtual envs
3531
vv
3632
venv
33+
34+
# dist files
35+
build
36+
dist
37+
plotly.egg-info/

0 commit comments

Comments
 (0)