-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (52 loc) · 1.01 KB
/
.gitignore
File metadata and controls
63 lines (52 loc) · 1.01 KB
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
target/
docs/_build/
docs/build/
docs/source/kiln*
docs/source/changelog.md
# Documentation virtual environment
.venv-docs/
# Ignore all WASM files but keep WAT files which are the source format
*.wasm
# Ignore local Zephyr workspace
.zephyrproject/
.zephyr-venv/
# Ignore external test repositories
external/
# Ignore duplicated directories
kiln/kiln/
kiln/testsuite
wast_failed.md
kiln/target
kilnd/target
docs/source/_generated_symbols.rst
docs/source/_generated_coverage_summary.rst
docs/source/_static/versions.json
implementation_summary.md
decoder.agent.prompt.md decoder.plan.md
**/.claude/settings.local.json
# Generated Sphinx-Needs source requirements file
docs/source/implementation/source_requirements.rst
docs_artifact_final/
docs_output/
# Development artifacts
*.bak*
*.orig
*.backup
*~
*.tmp
.DS_Store
.cursor/
.cursorignore
*.rlib
# Bazel build system
/bazel-bin
/bazel-out
/bazel-testlogs
/bazel-wrt2
MODULE.bazel.lock
# Temporary test files
*.log
/test_*.wat
/simple.wat
/minimal.wat
/file_ops_component.wat