Skip to content

Commit 616e803

Browse files
yvan-srakatorymur
authored andcommitted
Sort, clean and update .gitignore
1 parent ec3fedb commit 616e803

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

.gitignore

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
1-
*.egg-info
21
__pycache__
3-
*_version.py
4-
docs/build
2+
.benchmarks
3+
.cache
54
.coverage
6-
.idea/
7-
*.gguf
5+
.direnv
6+
.env
7+
.idea
8+
.pytest_cache
89
.venv
9-
benchmarks/results
10-
11-
# Remove doc build folders
12-
.cache/
13-
build/
14-
rust-coverage/
15-
target/
16-
*.so
10+
*_version.py
11+
*.egg-info
12+
*.gguf
1713
*.pyd
14+
*.so
15+
benchmarks/results
16+
build
1817
Cargo.lock
18+
docs/build
19+
logs
20+
rust-coverage
21+
target

0 commit comments

Comments
 (0)