diff .hgignore @ 8772:52816813cbec

docs: describe, visualize, and verify internal code structure and layering Try to describe something that isn't entirely there yet. deps.py will help track and minimize violations through checks and visualization in deps.svg .
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 13 Nov 2020 01:04:30 +0100
parents 5dd9cf56f09e
children 278cc5936ed5
line wrap: on
line diff
--- a/.hgignore	Sat Nov 07 02:29:41 2020 +0100
+++ b/.hgignore	Fri Nov 13 01:04:30 2020 +0100
@@ -53,3 +53,6 @@
 ^\.pytest_cache$
 ^venv$
 /__pycache__$
+^deps\.dot$
+^deps\.svg$
+^deps\.txt$