-
Notifications
You must be signed in to change notification settings - Fork 871
Expand file tree
/
Copy path.gitignore
More file actions
78 lines (68 loc) · 959 Bytes
/
.gitignore
File metadata and controls
78 lines (68 loc) · 959 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# System files
.DS_Store
# Python environment and cache
.hypothesis
.mypy_cache/
.venv/
__pycache__/
# Build and tool-generated files
arm_test/
buck-out/
buck2-bin/
build/
cmake-android-out/
cmake-ios-out/
cmake-out*
cmake-out-android/
build-android/
build-x86/
dist/
arm-scratch/
executorch.egg-info
pip-out/
build-profiling/
# Any exported models and profiling outputs
*.bin
*.model
*.etdump
tokenizer.json
*.pte
*.ptd
!test_bpe_tokenizer.bin
!test_tiktoken_tokenizer.model
# Editor temporaries
*.idea
*.sw[a-z]
*~
.~lock.*
# Xcode
xcuserdata/
.build/
.swiftpm/
*.xcworkspace/
*.xcframework/
# clangd
.cache/
# misc
/.vscode/
*.so
*.dylib
/cmake_wrapper.sh
/data/
/devtools/bundled_program/serialize/*.fbs
/exir/_serialize/program.fbs
/exir/_serialize/scalar_type.fbs
/include/
/share/
/version.py
/src/executorch/include/
/src/executorch/share/
/src/executorch/version.py
*_etdump
# Android
*.aar
# Windows
*.dll
*.pyd
# Agents
.claude/*.local.*