Skip to content

Commit 6fae164

Browse files
authored
Update gitignore (#1143)
1 parent 5a2e810 commit 6fae164

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ __pycache__/
66
# C extensions
77
*.so
88

9+
.vscode
910
.model-artifacts/
1011
.venv
1112
.torchchat
@@ -15,6 +16,7 @@ build/android/*
1516
et-build/*
1617
runner-et/cmake-out/*
1718
runner-aoti/cmake-out/*
19+
cmake-out/
1820

1921
# pte files
2022
*.pte
@@ -24,3 +26,7 @@ system_info.txt
2426

2527
# intermediate system file
2628
.DS_Store
29+
30+
# build artifacts
31+
checkpoints/
32+
exportedModels/

0 commit comments

Comments
 (0)