diff --git a/.gitignore b/.gitignore index 1b25bfb1..5e3b4aee 100644 --- a/.gitignore +++ b/.gitignore @@ -39,4 +39,8 @@ yarn-error.log* # pluto **/compiled/ -devapps/ \ No newline at end of file +devapps/ + +# python +**/__pycache__/ +**/*.pyc diff --git a/docs/documentation/design/_meta.en.json b/docs/documentation/design/_meta.en.json index 706b1fb9..ac4c5e6c 100644 --- a/docs/documentation/design/_meta.en.json +++ b/docs/documentation/design/_meta.en.json @@ -1,3 +1,4 @@ { - "capture-value": "Runtime Access to Values Generated by Infrastructure Code at Compile Time" + "capture-value": "Runtime Access to Values Generated by Infrastructure Code at Compile Time", + "closure-mode": "Execution Mode Based on Compute Closures" } diff --git a/docs/documentation/design/_meta.zh-CN.json b/docs/documentation/design/_meta.zh-CN.json index f416a2d0..fd49ce6e 100644 --- a/docs/documentation/design/_meta.zh-CN.json +++ b/docs/documentation/design/_meta.zh-CN.json @@ -1,3 +1,4 @@ { - "capture-value": "运行时函数访问基础设施代码在编译时生成的值" + "capture-value": "运行时函数访问基础设施代码在编译时生成的值", + "closure-mode": "基于计算闭包的执行模式" }