2014-07-05 22:50:01 +04:00
|
|
|
# Vim
|
|
|
|
*.swp
|
2014-08-03 01:06:30 +04:00
|
|
|
*.sw*
|
|
|
|
Profile.prof
|
2014-12-23 07:19:01 +03:00
|
|
|
tmp/
|
2015-01-30 08:49:44 +03:00
|
|
|
.dev
|
|
|
|
.denv
|
|
|
|
.pypyenv
|
|
|
|
.eggs
|
2015-02-18 06:10:28 +03:00
|
|
|
*.tgz
|
2015-09-24 11:14:21 +03:00
|
|
|
.sass-cache
|
2016-09-30 21:44:52 +03:00
|
|
|
.python-version
|
2015-01-30 08:49:44 +03:00
|
|
|
|
|
|
|
MANIFEST
|
2014-07-05 22:50:01 +04:00
|
|
|
|
2015-04-08 08:48:04 +03:00
|
|
|
corpora/
|
|
|
|
models/
|
2015-08-22 23:12:07 +03:00
|
|
|
keys/
|
2015-04-08 08:48:04 +03:00
|
|
|
|
2014-12-18 01:05:51 +03:00
|
|
|
spacy/syntax/*.cpp
|
|
|
|
spacy/syntax/*.html
|
2014-12-23 07:19:01 +03:00
|
|
|
spacy/en/*.cpp
|
2015-07-13 23:30:15 +03:00
|
|
|
spacy/tokens/*.cpp
|
2015-07-17 02:36:49 +03:00
|
|
|
spacy/serialize/*.cpp
|
2015-04-19 23:25:42 +03:00
|
|
|
spacy/en/data/*
|
2014-07-07 07:10:19 +04:00
|
|
|
spacy/*.cpp
|
2014-11-12 15:25:27 +03:00
|
|
|
spacy/ner/*.cpp
|
2014-08-20 19:04:33 +04:00
|
|
|
spacy/orthography/*.cpp
|
2014-07-07 07:10:19 +04:00
|
|
|
ext/murmurhash.cpp
|
|
|
|
ext/sparsehash.cpp
|
|
|
|
|
2016-11-20 23:33:23 +03:00
|
|
|
/spacy/data/
|
2014-11-12 15:25:27 +03:00
|
|
|
|
2014-07-05 22:50:01 +04:00
|
|
|
_build/
|
|
|
|
.env/
|
2016-09-30 21:40:52 +03:00
|
|
|
tmp/
|
2016-11-20 16:55:52 +03:00
|
|
|
cythonize.json
|
2014-07-05 22:50:01 +04:00
|
|
|
|
2014-07-03 19:15:40 +04:00
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
|
|
|
|
# C extensions
|
|
|
|
*.so
|
|
|
|
|
|
|
|
# Distribution / packaging
|
|
|
|
.Python
|
|
|
|
env/
|
|
|
|
bin/
|
|
|
|
build/
|
|
|
|
develop-eggs/
|
|
|
|
dist/
|
|
|
|
eggs/
|
|
|
|
lib/
|
|
|
|
lib64/
|
|
|
|
parts/
|
|
|
|
sdist/
|
|
|
|
var/
|
|
|
|
*.egg-info/
|
|
|
|
.installed.cfg
|
|
|
|
*.egg
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
2015-10-13 10:58:30 +03:00
|
|
|
# Windows local helper files
|
|
|
|
*.bat
|
|
|
|
|
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
|
|
|
|
|
|
|
# Website
|
|
|
|
website/_deploy.sh
|
|
|
|
website/package.json
|
2016-10-31 21:04:15 +03:00
|
|
|
website/blog/announcement.jade
|
2016-10-31 21:20:03 +03:00
|
|
|
website/www/
|
|
|
|
website/.gitignore
|