forked from iree-org/wave
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (46 loc) · 659 Bytes
/
.gitignore
File metadata and controls
55 lines (46 loc) · 659 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Visual Studio files
.env
.vs/
.vscode/
*.code-workspace
*.sdf
*.opensdf
*.VC.opendb
*.suo
*.user
# macOS files
.DS_Store
# CMake artifacts
build/
build-*/
# Python
__pycache__
_python_build/
deps/
dist/
wheelhouse
*.egg-info
*.whl
*.venv
*.so
# Local-only config options
version_local.json
# Model artifacts
*.pt
*.safetensors
*.gguf
*.vmfb
*.png
# Test artifacts
.lit_test_times.txt
# Output files
out
# clangd
water/.cache
# Water artifacts
wave_lang/kernel/wave/water_mlir/*
# __init__.py is not installed by cmake
!wave_lang/kernel/wave/water_mlir/__init__.py
water/llvm-install
water/llvm-project
water/build_tools/wheel/water_mlir/water_mlir