spaCy/.gitignore

68 lines
666 B
Plaintext
Raw Normal View History

2014-07-05 22:50:01 +04:00
# Vim
*.swp
2014-08-03 01:06:30 +04:00
*.sw*
Profile.prof
2014-07-05 22:50:01 +04:00
2014-07-07 07:10:19 +04:00
spacy/*.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
2014-07-05 22:50:01 +04:00
_build/
.env/
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
# Sphinx documentation
docs/_build/