Skip to content

Commit db3b069

Browse files
committed
chore: ignore all __pychache__
1 parent 441c48e commit db3b069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ examples/server/*.mjs.hpp
9999
# Python
100100

101101
/.venv
102-
/__pycache__/
102+
__pycache__/
103103
*/poetry.lock
104104
poetry.toml
105105

0 commit comments

Comments
 (0)