diff options
Diffstat (limited to 'libs/plugin_python/.gitignore')
| -rw-r--r-- | libs/plugin_python/.gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libs/plugin_python/.gitignore b/libs/plugin_python/.gitignore new file mode 100644 index 0000000..5fc3c13 --- /dev/null +++ b/libs/plugin_python/.gitignore @@ -0,0 +1,12 @@ +# build +edit +CMakeLists.txt.user +/msbuild.log +/*std*.log +/*build + +# python +tests/**/__pycache__ + +# IDE +.vscode |
