Skip to content

Commit c4e7de8

Browse files
committed
Add __pycache__ and *.bin to gitignore
1 parent 79c8bdc commit c4e7de8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@ build-sanitize-addr/
1515
build-sanitize-thread/
1616

1717
models/*
18+
*.bin*
1819

1920
/main
2021
/quantize
2122

2223
arm_neon.h
2324
compile_commands.json
25+
.venv
26+
__pycache__

0 commit comments

Comments
 (0)