Initial upload: ConfDoc v0.1.0 - Config validation and documentation generator

This commit is contained in:
2026-01-31 07:10:09 +00:00
parent edeefdd4d0
commit 25971bfcb7

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
*.pyc
__pycache__/
.env
.venv/
venv/
*.egg-info/
build/
dist/
.pytest_cache/
.coverage
htmlcov/
*.log