spaCy/.gitignore

102 lines
964 B
Plaintext
Raw Normal View History

2017-05-18 14:49:43 +03:00
# spaCy
spacy/data/
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
2017-05-18 14:49:43 +03:00
# Website
website/www/
website/_deploy.sh
website/package.json
website/announcement.jade
website/.gitignore
# Cython / C extensions
cythonize.json
2017-05-18 14:49:43 +03:00
spacy/*.html
*.cpp
*.so
2014-07-05 22:50:01 +04:00
2017-05-18 14:49:43 +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__/
*.py[cod]
2017-05-18 14:49:43 +03:00
.env/
.~env/
.venv
venv/
.dev
.denv
.pypyenv
2014-07-03 19:15:40 +04:00
# Distribution / packaging
env/
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
2017-05-18 14:49:43 +03:00
.eggs
MANIFEST
# 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:49:43 +03:00
# Windows
2015-10-13 10:58:30 +03:00
*.bat
2017-05-18 14:49:43 +03:00
Thumbs.db
Desktop.ini
2015-10-13 10:58:30 +03:00
# Mac OS X
*.DS_Store
2015-10-13 10:58:30 +03:00
# Komodo project files
*.komodoproject
2016-10-03 21:19:05 +03:00
2017-05-18 14:49:43 +03:00
# Other
*.tgz