加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/plotly/dash
克隆/下载
.gitignore 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
*.ipynb_notebooks
*.ipynb
ignore
*.csv
*.log
.DS_Store
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
vv
# IDE
.idea/*
.vscode/*
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
.mypy_cache/
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
# Distribution / packaging
.Python
build/
dash/deps/
dash/html/*
!dash/html/.gitkeep
dash/dcc/*
!dash/dcc/.gitkeep
dash/dash_table/*
!dash/dash_table/.gitkeep
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
node_modules/
.npm
npm-debug*
dash_generator_test_component_standard/
dash_generator_test_component_nested/
dash_test_components/
dash_generator_test_component_typescript/
inst/
man/
R/
.Rbuildignore
.Rdata
.Rhistory
DESCRIPTION
NAMESPACE
digest.json
VERSION.txt
# vim
*.swp
# Exceptions
!components/dash-core-components/tests/integration/upload/upload-assets/upft001.csv
!components/dash-table/tests/assets/*.csv
!components/dash-table/tests/selenium/assets/*.csv
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化