mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-14 21:57:15 +03:00
11 lines
281 B
Plaintext
11 lines
281 B
Plaintext
recursive-include include *.h
|
|
recursive-include spacy *.txt *.pyx *.pxd
|
|
include LICENSE
|
|
include README.md
|
|
include bin/spacy
|
|
include pyproject.toml
|
|
recursive-exclude spacy/lang *.json
|
|
recursive-include spacy/lang *.json.gz
|
|
recursive-include licenses *
|
|
recursive-exclude spacy *.cpp
|