chore: ignore all __pychache__

This commit is contained in:
ditsuke 2024-07-02 15:18:13 +05:30 committed by Neo Zhang
parent 3aefc742fe
commit 1ee5d59f67

2
.gitignore vendored
View file

@ -99,7 +99,7 @@ examples/server/*.mjs.hpp
# Python # Python
/.venv /.venv
/__pycache__/ __pycache__/
*/poetry.lock */poetry.lock
poetry.toml poetry.toml