|
######################################################################## |
|
# Python - https: |
|
######################################################################## |
|
# Byte-compiled / optimized / DLL files |
|
__pycache__/ |
|
*.py[cod] |
|
*$py.class |
|
|
|
#custom |
|
secret_keys.py |
|
.cache |
|
|
|
# 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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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/ |