# HG changeset patch # User Rudolph Gutzerhagen # Date 1610676492 18000 # Thu Jan 14 21:08:12 2021 -0500 # Branch py3 # Node ID db81f478c7b0e7344ec32a7a7ab641391fcc6c10 # Parent 68534f20c1418ae8e4cc09f3ff468d0375ba843a .hgignore entries for visual studio and visual studio code editors diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -16,3 +16,7 @@ locale/.files MANIFEST .pytest_cache + +# for visual studio and visual studio code editors +.vs/ +.vscode/