diff --git a/.gitignore b/.gitignore index c8af7db..ac1e42e 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,13 @@ # Built Visual Studio Code Extensions *.vsix +# Python +venv/ +env/ +venv/* +env/* + +# Project specific .env *.html .DS_Store