Spaces:
Running
Running
######################################################################## | |
# 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 | |
.prerelease-version | |
# Unit test / coverage reports | |
.coverage | |
.coverage\.* | |
.pytest_cache/ | |
.mypy_cache/ | |
test-reports | |
htmlcov | |
.hypothesis | |
# Test fixtures | |
cffi_bin | |
# Pyenv Stuff | |
.python-version | |
venv | |
# Autogenerated Protobufs | |
lib/streamlit/proto/*_pb2.py | |
lib/streamlit/proto/*_pb2.pyi | |
frontend/src/lib/proto.js | |
frontend/src/lib/proto.d.ts | |
######################################################################## | |
# 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/ | |
# ESLint | |
.eslintcache | |
# Coverage directory used by tools like istanbul | |
coverage/ | |
######################################################################## | |
# Streamlit | |
######################################################################## | |
.streamlit/secrets.toml | |
lib/streamlit/static | |
streamlit-storage | |
# Data Files | |
**/uber-raw-data-sep14.csv | |
lib/Pipfile.lock | |
######################################################################## | |
# JetBrains | |
######################################################################## | |
.idea | |
######################################################################## | |
# Cypress | |
######################################################################## | |
frontend/cypress/downloads | |
frontend/cypress/videos | |
frontend/cypress/screenshots | |
__diff_output__ | |
cypress.env.json | |
frontend/test_results | |
# Ignore screenshots that don't get used in CircleCI | |
frontend/cypress/snapshots/darwin | |
frontend/cypress/snapshots/linux/1x | |
######################################################################## | |
# VSCode | |
######################################################################## | |
.vscode/ | |