1 Star 0 Fork 0

byamao1 / streamlit

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.gitignore 2.32 KB
Copy Edit Raw Blame History
Tim Conkling authored 2020-06-02 18:06 . Fix mypy in CircleCI (#1519)
########################################################################
# Python - https://github.com/github/gitignore/blob/master/Python.gitignore
########################################################################
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
build/
dist/
eggs/
.eggs/
*.egg-info/
*.egg
# Unit test / coverage reports
.coverage
.coverage\.*
.pytest_cache/
.mypy_cache/
test-reports
# Test fixtures
cffi_bin
# Pyenv Stuff
.python-version
# Autogenerated Protobufs
lib/streamlit/proto/*_pb2.py
lib/streamlit/proto/*_pb2.pyi
frontend/src/autogen
########################################################################
# OSX - https://github.com/github/gitignore/blob/master/Global/macOS.gitignore
########################################################################
.DS_Store
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
########################################################################
# node - https://github.com/github/gitignore/blob/master/Node.gitignore
########################################################################
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Dependency directories
node_modules/
# Coverage directory used by tools like istanbul
coverage/
########################################################################
# streamlit
########################################################################
.streamlit/
lib/streamlit/static
streamlit-storage
docs/_build
# Data Files
**/uber-raw-data-sep14.csv
lib/Pipfile.lock
########################################################################
# JetBrains
########################################################################
.idea
########################################################################
# Cypress
########################################################################
frontend/cypress/videos
__diff_output__
cypress.env.json
mochawesome-report
mochawesome
frontend/mochawesome.json
# Ignore screenshots that don't get used in CircleCI
frontend/cypress/snapshots/darwin
frontend/cypress/snapshots/linux/1x
########################################################################
# VSCode
########################################################################
.vscode/
1
https://gitee.com/byamao1/streamlit.git
git@gitee.com:byamao1/streamlit.git
byamao1
streamlit
streamlit
develop

Search