File tree Expand file tree Collapse file tree 1 file changed +16
-25
lines changed Expand file tree Collapse file tree 1 file changed +16
-25
lines changed Original file line number Diff line number Diff line change 1+ # System files
2+ .DS_Store
3+
4+ # Python environment and cache
15.hypothesis
2- buck-out /
36.mypy_cache /
7+ .venv /
8+ __pycache__ /
9+
10+ # Build and tool-generated files
11+ buck-out /
412buck2-bin /
5- cmake-out *
6- .DS_Store
713cmake-android-out /
8- cmake-out-android /
914cmake-ios-out /
15+ cmake-out *
16+ cmake-out-android /
1017ethos-u-scratch /
1118executorch.egg-info
1219pip-out /
13- __pycache__ /
1420
1521# Any exported models and profiling outputs
16- * .pte
17- * .model
18- ! test_tiktoken_tokenizer.model
1922* .bin
23+ * .model
24+ * .pte
2025! test_bpe_tokenizer.bin
26+ ! test_tiktoken_tokenizer.model
2127
2228# Editor temporaries
23- * .swa
24- * .swb
25- * .swc
26- * .swd
27- * .swe
28- * .swf
29- * .swg
30- * .swh
31- * .swi
32- * .swj
33- * .swk
34- * .swl
35- * .swm
36- * .swn
37- * .swo
38- * .swp
29+ * .idea
30+ * .sw [a-z ]
3931* ~
4032.~lock. *
41- * .idea
You can’t perform that action at this time.
0 commit comments