diff --git a/.gitignore b/.gitignore index 08ab9fc..8d479bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ **/kubeconfig.y[a]ml *kubeconfig*.y[a]ml -venv/ .vscode/ __pycache__/ **/*.secret @@ -8,4 +7,5 @@ __pycache__/ # Ignore local dev helpers test-values.y[a]ml chart/web-app/settings.yml -gradio-client-test.py \ No newline at end of file +gradio-client-test.py +venv*/ \ No newline at end of file