https://github.com/RaRe-Technologies/gensim
Raw File
Tip revision: 351bdeff8e4e013d7cea7828b95cb216d215734d authored by ivan on 27 September 2017, 08:57:25 UTC
Merge branch 'release-3.0.0'
Tip revision: 351bdef
.gitignore
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
*.pyc

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# Logs and databases #
######################
*.log
*.sql
*.sqlite
*.pkl
*.bak
*.npy
*.npz

# OS generated files #
######################
.DS_Store?
ehthumbs.db
Icon?
Thumbs.db

# Other #
#########
.project
.pydevproject
.ropeproject
.settings/
.eggs
cython_debug
docs/src/_build/
docs/_static
docs/notebooks/.ipynb_checkpoints
dedan_gensim.tmproj
gensim*.egg-info
*,cover
.idea
*.dict
*.index
.coverage
.*.sw[op]
data
*.bak
/build/
/dist/
*.prof
*.lprof
*.bin
*.old
*.model
*~
*_out.txt
*.html
*.inv
*.js
back to top