torch-mlir/.gitignore

23 lines
177 B
Plaintext
Raw Normal View History

*.swp
.cache/
2020-04-27 08:20:58 +08:00
.vscode
.env
2021-01-09 02:34:49 +08:00
*.code-workspace
.ipynb_checkpoints
*.venv/
mlir_venv/
2020-04-27 08:20:58 +08:00
/build/
__pycache__
.pytype
# Pip artifacts.
*.egg-info
*.whl
/wheelhouse
# Bazel
bazel-*