.env
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/

var/*
!var/.gitkeep

# Runtime memory belongs to one Cedric instance. Public bootstrap material lives
# under src/cedric/resources/bootstrap/ and sanitized examples live under examples/.
/memory/
