
# Temporary and binary files
condaenv.*.requirements.txt
*~
*.py[cod]
*.so
*.cfg
!.isort.cfg
*.orig
*.log
*.pot
.pytest_cache/*
.DS_*
.cache/*
.*.swp
.ipynb_checkpoints
*/.ipynb_checkpoints/*
.coverage*
cache_dir/

# repo2docker
.ipython
.jupyter
.jupyter-server-log.txt

# 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
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
__pycache__

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

# Translations
*.mo
# Build and docs folder/files
docs/api/*
docs/_rst/*
docs/_build/*
cover/*
runs/*
MANIFEST

# Mac
__MACOSX

# KDE
.directory

# BigData and Models
# .nlpia2-data
db.sqlite3
*.bz2
*.zip
*.pkl
*.npy
*.pkl
**/simple-transformers
**/albert-large-*

# Per-project virtualenvs
.venv*/

# docs html
docs/**/*.html

# secrets
**/.env
**/*secret*
**/*private*

.nlpia2-data/manuscript/
