keras/.gitignore
Qianli Scott Zhu f64f5ad8e3 Fix lint issue by remove the unused local var. (#101)
* WIP for the tf.distribute related tests.

* Add /build/ as one of the ignored directory.

It is popualted if we try to install the keras-core locally via
`pip install`.

* Remove the WIP distribute_test for now.

* Remove the unused local var to make lint happy.
2023-05-08 10:34:46 -07:00

18 lines
188 B
Plaintext

.DS_Store
*.pyc
.vscode-test
__pycache__
**/.vscode-test/**
**/.vscode test/**
**/.vscode-smoke/**
**/.venv*/
bin/**
build/**
obj/**
.pytest_cache
tmp/**
.vs/
dist/**
*.egg-info/*
.vscode