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
1
5
.hypothesis
2
- buck-out /
3
6
.mypy_cache /
7
+ .venv /
8
+ __pycache__ /
9
+
10
+ # Build and tool-generated files
11
+ buck-out /
4
12
buck2-bin /
5
- cmake-out *
6
- .DS_Store
7
13
cmake-android-out /
8
- cmake-out-android /
9
14
cmake-ios-out /
15
+ cmake-out *
16
+ cmake-out-android /
10
17
ethos-u-scratch /
11
18
executorch.egg-info
12
19
pip-out /
13
- __pycache__ /
14
20
15
21
# Any exported models and profiling outputs
16
- * .pte
17
- * .model
18
- ! test_tiktoken_tokenizer.model
19
22
* .bin
23
+ * .model
24
+ * .pte
20
25
! test_bpe_tokenizer.bin
26
+ ! test_tiktoken_tokenizer.model
21
27
22
28
# 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 ]
39
31
* ~
40
32
.~lock. *
41
- * .idea
You can’t perform that action at this time.
0 commit comments