torch-mlir/.gitignore

23 lines
177 B
Plaintext

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