# from the tutorial
parlai/agents/parrot/

# these are autogenerated by streaming datasets
*.lengths

# MISC
*.tmp
.watchmanconfig

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

# C extensions
*.so

# Distribution / packaging
.Python
.vector_cache/
env/
build/
data/
data
logs/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
node_modules/
parts/
sdist/
var/
convai2_submissions/
parlai_internal/
parlai_external/
parlai_fb/
*.egg-info/
.installed.cfg
*.egg

# 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/
test-results/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/
# autogenerated files
docs/source/task_list.inc
docs/source/zoo_list.inc
docs/source/cli_usage.inc
docs/source/cli_advanced.inc
docs/source/mutators_list.inc
docs/source/agent_refs

# PyBuilder
target/

# IPython Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# dotenv
.env

#emacs
*~
\#*\#
.\#*

# virtualenv
venv/
ENV/

# Spyder project settings
.spyderproject

# Rope project settings
.ropeproject

# OS X files
.DS_Store

# Editor temporaries
*.swn
*.swo
*.swp
*~

# MTurk
tmp/
*.pickle
# Heroku things
heroku-cli-*
*.db
# Hydra
outputs/
# Mephisto
_generated/

# IntelliJ IDEA
.idea
*.iml

# VSCode
*.vscode

# mypy cache
.mypy_cache

# npm compilation
crowdsourcing/**/package-lock.json
