forked from tenstorrent/tt-forge-fe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
68 lines (54 loc) · 784 Bytes
/
.gitignore
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
56
57
58
59
60
61
62
63
64
65
66
67
68
.cache
.vscode
.idea
*.log
.env
/tt-perf*
test_hlk_args_init_gen
tt_build
tt_debug
build
net2pipe_output/
third_party/llvm
venv/
/llk_out/
/test_*
hlkc/hllkc_api.a
pipegen.yaml
device_desc.yaml
/clean
*coverage.txt
blobgen_cmd_log
.hlkc_cache
.pipegen_cache
python_api/env
python_api/*.so
python_api/test_run_on_device_out
forge/forge/*.so
__pycache__
forge/forge.egg-info/
*.vcd
run-log.yaml
model_unit_tests
perf_tests_out
gui_dump.json
ops.csv
*netlist.yaml
pytest_ci_out
bp_data
third_party/llvm
device_images
generated_modules
build_deps/
# ClangD
compile_commands.json
\n\n# Exclude LFS files to keep the public repo small
# Test reports
**/reports/report.xml
# Python stubs
*.pyi
# Infra generated files
generated
infra/.coverage
infra/pytest.xml
pipeline_*.json