.cmdb/**
.hamlet/**
.engine_store/**

**/.venv
**/__pycache__
**/.pytest_cache
**/.coverage
**/htmlcov
**/dist
**/build
test-report.xml

.cmdb
**.egg-info
**/.eggs

# Ignore the scm generated version
hamlet/__version__.py
