Revision 6f67748d0d6d9f2ced1013b5bf0dfeb193da1358 authored by Xiao Ling on 08 July 2016, 20:35:52 UTC, committed by Xiao Ling on 08 July 2016, 20:35:52 UTC
1 parent 1585bf2
Raw File
.gitignore
# build byproducts
/dist
/.build
/.travis
/.travis.tar
/.github-release-assets
/deepdive-*.tar.gz
/inference/format_converter

# misc.
.DS_Store
*~
\#*#
*.sublime-project
*.sublime-workspace
.cache

/doc/_*local*

/examples/**/*.pyc
/examples/tutorial_example/*/experiment-reports/latest
/examples/spouse_example/data/sentences_dump_large.csv
/examples/spouse_example/data/spouses.tsv

# python-related
*.pyc
__pycache__/
back to top