From 8508cd8e9a28ca17d700e347dc36d72af4f721da Mon Sep 17 00:00:00 2001 From: emmanuelknafo <48259636+emmanuelknafo@users.noreply.github.com> Date: Thu, 12 Mar 2026 00:25:34 -0400 Subject: [PATCH] chore: add docs-hidden and Python venv entries to gitignore AB#2022 --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 9f62ae9..9be509e 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ # Hidden assets assets-hidden/ +docs-hidden/ # User-specific files (MonoDevelop/Xamarin Studio) *.userprefs @@ -346,6 +347,15 @@ paket-files/ **/__pycache__/ *.pyc +# Python virtual environments +.venv/ +venv/ +ENV/ +*.egg-info/ +dist/ +build/ +*.egg + # Cake - Uncomment if you are using it #tools/** #!tools/packages.config