2017-05-18 14:51:31 +03:00
|
|
|
# spaCy
|
|
|
|
spacy/data/
|
2015-04-08 08:48:04 +03:00
|
|
|
corpora/
|
2017-10-03 15:28:03 +03:00
|
|
|
/models/
|
2015-08-22 23:12:07 +03:00
|
|
|
keys/
|
2019-08-19 12:54:42 +03:00
|
|
|
*.json.gz
|
2015-04-08 08:48:04 +03:00
|
|
|
|
2020-03-09 13:05:00 +03:00
|
|
|
# Tests
|
|
|
|
spacy/tests/package/setup.cfg
|
|
|
|
spacy/tests/package/pyproject.toml
|
|
|
|
spacy/tests/package/requirements.txt
|
|
|
|
|
2017-05-18 14:51:31 +03:00
|
|
|
# Cython / C extensions
|
2016-11-20 16:55:52 +03:00
|
|
|
cythonize.json
|
2017-05-18 14:51:31 +03:00
|
|
|
spacy/*.html
|
|
|
|
*.cpp
|
2022-09-14 18:05:22 +03:00
|
|
|
*.c
|
2017-05-18 14:51:31 +03:00
|
|
|
*.so
|
2014-07-05 22:50:01 +04:00
|
|
|
|
2017-05-18 14:51:31 +03:00
|
|
|
# Vim / VSCode / editors
|
|
|
|
*.swp
|
|
|
|
*.sw*
|
|
|
|
Profile.prof
|
|
|
|
.vscode
|
|
|
|
.sass-cache
|
|
|
|
|
|
|
|
# Python
|
|
|
|
.Python
|
|
|
|
.python-version
|
2014-07-03 19:15:40 +04:00
|
|
|
__pycache__/
|
2018-07-19 13:30:09 +03:00
|
|
|
.pytest_cache
|
2014-07-03 19:15:40 +04:00
|
|
|
*.py[cod]
|
2017-05-18 14:51:31 +03:00
|
|
|
.env/
|
2017-06-02 22:08:39 +03:00
|
|
|
.env*
|
2017-05-18 14:51:31 +03:00
|
|
|
.~env/
|
|
|
|
.venv
|
2020-01-29 19:06:46 +03:00
|
|
|
env3.6/
|
2017-05-18 14:51:31 +03:00
|
|
|
venv/
|
2020-02-26 22:59:10 +03:00
|
|
|
env3.*/
|
2017-05-18 14:51:31 +03:00
|
|
|
.dev
|
|
|
|
.denv
|
|
|
|
.pypyenv
|
2018-07-25 00:38:44 +03:00
|
|
|
.pytest_cache/
|
2020-07-25 16:01:15 +03:00
|
|
|
.mypy_cache/
|
2021-01-05 05:41:53 +03:00
|
|
|
.hypothesis/
|
2014-07-03 19:15:40 +04:00
|
|
|
|
|
|
|
# Distribution / packaging
|
|
|
|
env/
|
|
|
|
build/
|
|
|
|
develop-eggs/
|
|
|
|
dist/
|
|
|
|
eggs/
|
|
|
|
lib/
|
|
|
|
lib64/
|
|
|
|
parts/
|
|
|
|
sdist/
|
|
|
|
var/
|
2020-02-26 22:59:10 +03:00
|
|
|
wheelhouse/
|
2014-07-03 19:15:40 +04:00
|
|
|
*.egg-info/
|
2019-07-09 23:23:16 +03:00
|
|
|
pip-wheel-metadata/
|
|
|
|
Pipfile.lock
|
2014-07-03 19:15:40 +04:00
|
|
|
.installed.cfg
|
|
|
|
*.egg
|
2017-05-18 14:51:31 +03:00
|
|
|
.eggs
|
|
|
|
MANIFEST
|
2020-07-02 18:10:27 +03:00
|
|
|
spacy/git_info.py
|
2017-05-18 14:51:31 +03:00
|
|
|
|
|
|
|
# Temporary files
|
|
|
|
*.~*
|
|
|
|
tmp/
|
2014-07-03 19:15:40 +04:00
|
|
|
|
|
|
|
# Installer logs
|
|
|
|
pip-log.txt
|
|
|
|
pip-delete-this-directory.txt
|
|
|
|
|
|
|
|
# Unit test / coverage reports
|
|
|
|
htmlcov/
|
|
|
|
.tox/
|
|
|
|
.coverage
|
|
|
|
.cache
|
|
|
|
nosetests.xml
|
|
|
|
coverage.xml
|
|
|
|
|
|
|
|
# Translations
|
|
|
|
*.mo
|
|
|
|
|
|
|
|
# Mr Developer
|
|
|
|
.mr.developer.cfg
|
|
|
|
.project
|
|
|
|
.pydevproject
|
|
|
|
|
|
|
|
# Rope
|
|
|
|
.ropeproject
|
|
|
|
|
|
|
|
# Django stuff:
|
|
|
|
*.log
|
|
|
|
*.pot
|
|
|
|
|
2017-05-18 14:51:31 +03:00
|
|
|
# Windows
|
2015-10-13 10:58:30 +03:00
|
|
|
*.bat
|
2017-05-18 14:51:31 +03:00
|
|
|
Thumbs.db
|
|
|
|
Desktop.ini
|
2015-10-13 10:58:30 +03:00
|
|
|
|
2016-03-10 05:44:33 +03:00
|
|
|
# Mac OS X
|
|
|
|
*.DS_Store
|
|
|
|
|
2015-10-13 10:58:30 +03:00
|
|
|
# Komodo project files
|
2016-03-10 05:44:33 +03:00
|
|
|
*.komodoproject
|
2016-10-03 21:19:05 +03:00
|
|
|
|
2017-05-18 14:51:31 +03:00
|
|
|
# Other
|
|
|
|
*.tgz
|
2017-11-13 19:45:04 +03:00
|
|
|
|
|
|
|
# Pycharm project files
|
|
|
|
*.idea
|
2020-01-29 19:06:46 +03:00
|
|
|
|
|
|
|
# IPython
|
|
|
|
.ipynb_checkpoints/
|