https://github.com/RaRe-Technologies/gensim
Revision 885430d136c87c613ab58ad6b1dc55fee47a43c7 authored by ivan on 01 March 2018, 10:27:56 UTC, committed by ivan on 01 March 2018, 10:27:56 UTC
2 parent s 1afaacc + f2b58d4
Raw File
Tip revision: 885430d136c87c613ab58ad6b1dc55fee47a43c7 authored by ivan on 01 March 2018, 10:27:56 UTC
Merge branch 'release-3.4.0'
Tip revision: 885430d
.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 #
#########
.tox/
.cache/
.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
docs/_images/
back to top