keras/.gitignore
Haifeng Jin 1b9f7e5da8 add .gitignore to filter the files shouldn't be included.
PiperOrigin-RevId: 383912483
2021-07-09 13:31:01 -07:00

19 lines
187 B
Plaintext

# Python temp files
__pycache__/
*.py[cod]
*$py.class
# Vim temp files
*.swp
*.swo
# VS Code configs
.devcontainer
.vscode
# Bazel files
bazel-bin
bazel-keras
bazel-out
bazel-testlogs