mirror of https://github.com/llvm/torch-mlir
29 lines
287 B
Plaintext
29 lines
287 B
Plaintext
*.swp
|
|
.cache/
|
|
.vscode
|
|
.env
|
|
*.code-workspace
|
|
.ipynb_checkpoints
|
|
*.venv/
|
|
mlir_venv/
|
|
externals/pytorch/
|
|
libtorch*
|
|
|
|
/build/
|
|
__pycache__
|
|
*.pyc
|
|
|
|
.pytype
|
|
|
|
|
|
# Pip artifacts.
|
|
*.egg-info
|
|
*.whl
|
|
/wheelhouse
|
|
|
|
# Bazel
|
|
bazel-*
|
|
|
|
# Autogenerated files
|
|
/python/torch_mlir/csrc/base_lazy_backend/generated
|