diff --git a/.gitignore b/.gitignore index 8b37a24..99ec428 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -__pycache__/webui_playground.cpython-310.pyc +*.pyc +.idea diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..9c6244e --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,11 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml + +*.pyc +.idea