backend/elasticsearch-6.7.0
*/super_debug
*/data/
*/Data/
*/downloads/
*/download/
*/Downloads/
*/Download/

# IRRR_v2
backend/IRRR_v1_orig/.vscode/
backend/IRRR_v1_orig/data/
backend/IRRR_v1_orig/downloads
backend/IRRR_v1_orig/output
backend/IRRR_v1_orig/irrr_model
backend/IRRR_v1_orig/official_model
backend/IRRR_v1_orig/stanford-corenlp-full-2018-10-05

# IRRR_v2
backend/irrr_v2/.vscode/
backend/irrr_v2/data/
backend/irrr_v2/downloads
backend/irrr_v2/output
backend/irrr_v2/irrr_model
backend/irrr_v2/official_model
backend/irrr_v2/stanford-corenlp-full-2018-10-05

# golden retriever specific
backend/golden_retriever/data/
backend/golden_retriever/elasticsearch-6.7.0/

# DPR
backend/DPR/build/
backend/DPR/DPR_demo_deprecated/
backend/DPR/downloads_deprecated/
backend/DPR/data_deprecated/
backend/DPR/dpr/data/
backend/DPR/dpr/downloads/
backend/DPR/dpr/saved_index/
backend/DPR/out/
backend/DPR/super_debug/

# QB-BERT
backend/qb_bert/output/

# numpy
*.npy


# Byte-compiled / optimized / DLL files
__pycache__/
*/__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/


.vscode/
__pycache__/
*super_debug/
data/
*.pyc
frontend/node_modules/
backend/data/
backend/__pycache__/
frontend/package-lock.json
build

