torch-mlir/.gitignore

25 lines
206 B
Plaintext

*.swp
.cache/
.vscode
.env
*.code-workspace
.ipynb_checkpoints
*.venv/
mlir_venv/
externals/pytorch/
libtorch*
/build/
__pycache__
.pytype
# Pip artifacts.
*.egg-info
*.whl
/wheelhouse
# Bazel
bazel-*