diff .hgignore @ 8634:6bab917402b4

docs: when using venv with a clone, recommend using 'venv' as location Avoid having the odd inconsistent location ../kallithea-venv to care about. For good or bad, this might change how it is feasible to grep. I usually make sure to only search tracked files: grep Foo `hg mani`
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 24 Aug 2020 15:13:52 +0200
parents 43d9615facc6
children 5dd9cf56f09e
line wrap: on
line diff
--- a/.hgignore	Mon Aug 24 15:02:16 2020 +0200
+++ b/.hgignore	Mon Aug 24 15:13:52 2020 +0200
@@ -51,4 +51,5 @@
 ^\.idea$
 ^\.cache$
 ^\.pytest_cache$
+^venv$
 /__pycache__$