changeset 0:c707df162a06

Begin a project with a data validator including schema
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 06 Jul 2023 20:52:38 +0200
parents
children 4e4ab3a50280
files .hgignore
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Thu Jul 06 20:52:38 2023 +0200
@@ -0,0 +1,9 @@
+syntax: regexp
+
+\.py[cod]$
+(^|/)_venv.*/
+(^|/)_tmp.*/
+(^|/)_build/
+^build/
+^dist/
+^data-schema\.(dist|egg)-info/