From 3ea930a978e08dfdf5af198bc0ce45b9959e3c86 Mon Sep 17 00:00:00 2001 From: liam Date: Thu, 7 Jul 2022 06:19:56 +0800 Subject: [PATCH] ignore python compiled files !skip ci --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 182ecedc2..7e669ce86 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,6 @@ tests/wamr-test-suites/workspace !/test-tools/wamr-ide/VSCode-Extension/.vscode samples/socket-api/wasm-src/inc/pthread.h + +**/__pycache__ +**/*.pyc