We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beaa0b4 commit 7ff4a12Copy full SHA for 7ff4a12
.gitignore
@@ -2,7 +2,7 @@
2
0.html
3
iframe_figures/
4
packages/python/plotly/plotly/tests/test_orca/images/linux/failed/
5
-
+*.DS_Store
6
*.egg-info
7
8
*.pyc
@@ -62,3 +62,7 @@ packages/python/plotly/jupyterlab_plotly/nbextension/index.js*
62
63
test/percy/*.html
64
test/percy/pandas2/*.html
65
+
66
+# Build artifacts
67
+packages/python/plotly/plotly/package_data/datasets/amphibians.csv.gz
68
+packages/python/plotly/plotly/package_data/datasets/dow_jones_index.csv.gz
0 commit comments