Add __pycache__ and *.bin to gitignore

This commit is contained in:
Jed Fox 2023-03-12 22:21:22 -04:00
parent 34af8a97e8
commit b8f20713b9
No known key found for this signature in database
GPG key ID: 0B61D18EA54B47E1

3
.gitignore vendored
View file

@ -15,9 +15,12 @@ build-sanitize-addr/
build-sanitize-thread/
models/*
*.bin*
/main
/quantize
arm_neon.h
compile_commands.json
.venv
__pycache__