examples/.gitignore

65 lines
982 B
Plaintext

# pkg and bin directories currently contain build artifacts
# only so we exclude them.
bin/
.vscode/
# Compiled python files.
*.pyc
# Emacs temporary files
*~
# Other temporary files
.DS_Store
# temporary files from emacs flymd-mode
flymd.*
# vim .swp files
*.swp
*.swo
# Files created by Gogland IDE
.idea/
# Exclude wheel files for now.
# The only wheel file is the TF wheel one which is quite large.
# We don't want to check that into source control because it could be
# quite large.
*.whl
# Bazel files
**/bazel-*
# Examples egg
examples/tf_sample/tf_sample.egg-info/
examples/.ipynb_checkpoints/
**/.ipynb_checkpoints
# pyenv
.python-version
# Data files
*.h5
*.dpkl
# Build directory
**/build
github_issue_summarization/build/
# Don't check in the go vendor directory
# We can just use the dep tool to install them.
github_issue_summarization/hp-tune/vendor
# Vim
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
# Cache
.cache/