https://github.com/RaRe-Technologies/gensim
Raw File
Tip revision: b9121d0d4ad1ef1e312121faa7a311597e51ff90 authored by Radim Řehůřek on 20 July 2015, 14:39:37 UTC
Merge branch 'release-0.12.1rc1'
Tip revision: b9121d0
.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
dedan_gensim.tmproj
gensim*.egg-info
*,cover
.idea
*.dict
*.index
.coverage
.*.sw[op]
data
*.bak
/build/
/dist/
*.prof
*.lprof
*.bin
*.old
*.model
*~
back to top