Skip to content

Commit 4b85ee2

Browse files
authored
Sort .gitignore and add .venv (#8777)
* Sort .gitignore and add .venv * Update .gitignore
1 parent d4fd7be commit 4b85ee2

File tree

1 file changed

+16
-25
lines changed

1 file changed

+16
-25
lines changed

.gitignore

Lines changed: 16 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,32 @@
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/
412
buck2-bin/
5-
cmake-out*
6-
.DS_Store
713
cmake-android-out/
8-
cmake-out-android/
914
cmake-ios-out/
15+
cmake-out*
16+
cmake-out-android/
1017
ethos-u-scratch/
1118
executorch.egg-info
1219
pip-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

0 commit comments

Comments
 (0)