-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
60 lines (45 loc) · 861 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
*.model
*.npy
*.keys
*.pickle
__pycache__/
*.csv
*.tsv
*.npz
*.jsonl
*.run
wikir/
lotte/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Pyenv Stuff
.python-version
.venv
# Autogenerated Protobufs
lib/streamlit/proto/*_pb2.py
lib/streamlit/proto/*_pb2.pyi
frontend/lib/src/proto.js
frontend/lib/src/proto.d.ts
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Dependency directories
node_modules/
# ESLint
.eslintcache
########################################################################
# Streamlit
########################################################################
.streamlit/
lib/streamlit/static
streamlit-storage
# Data Files
**/uber-raw-data-sep14.csv
lib/Pipfile.lock
nore screenshots that don't get used in CircleCI
frontend/cypress/snapshots/darwin
frontend/cypress/snapshots/linux/1x
.vscode/