File size: 1,407 Bytes
01b532f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1d9b90e
 
 
 
 
db3317c
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# Temporary and binary files
venv
*.bak
*~
*.py[cod]
*.so
*.cfg
!.isort.cfg
*.orig
*.log
*.pot
.pytest_cache/*
__pycache__/*
.DS_*
.cache/*
.*.swp
.ipynb_checkpoints
*/.ipynb_checkpoints/*
.coverage*
cache_dir/


# pypi package setup files
# pyproject must not be in root dir for `pip install -e .` to work
# pyproject.toml
!scripts/pyproject.toml
!setup.cfg

# Internal working cache for poetry
poetry.lock


# Project files
.ropeproject
.project
.pydevproject
.settings
.idea
.vscode
tags
*.code-workspace
*.sublime-workspace

# Package files
*.egg
*.eggs/
.installed.cfg
*.egg-info

# Unittest and coverage
htmlcov/*
.coverage
.tox
junit.xml
coverage.xml
.pytest_cache/
pytest-results*

# Build and docs folder/files
build/*
dist/*
sdist/*
docs/api/*
docs/_rst/*
docs/_build/*
cover/*
runs/*
MANIFEST

# Mac
__MACOSX

# KDE
.directory

# BigData and Models
db.sqlite3
*.bz2
*.zip
*.pkl
*.npy
**/data/qa-models/*
**/data/models/pulse/*
**/data/predictions*
**/data/squad/*
**/data/testsets/accuracy_report*
**/albert-large*
**/data/corpora/wikipedia/wikipedia-titles*

# Per-project virtualenvs
.venv*/

# docs html
docs/**/*.html

# secrets
.env
.bash_env
**/*secret*
**/*private*
/bad_response.txt
/data/call_history_sentiment_1_bash.csv
/data/call_history_text2int_1_bash.csv
/data/processed_call_history_sentiment_1_bash.csv
/data/processed_call_history_text2int_1_bash.csv
/data/text2int_results.csv