From: ditsuke Date: Tue, 2 Jul 2024 09:48:13 +0000 (+0530) Subject: chore: ignore all __pychache__ X-Git-Tag: upstream/0.0.4488~1188 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=de14e2ea2b542386dcb800226eb360be76f433fd;p=pkg%2Fggml%2Fsources%2Fllama.cpp chore: ignore all __pychache__ --- diff --git a/.gitignore b/.gitignore index 7a63cda1..6125e350 100644 --- a/.gitignore +++ b/.gitignore @@ -99,7 +99,7 @@ examples/server/*.mjs.hpp # Python /.venv -/__pycache__/ +__pycache__/ */poetry.lock poetry.toml