.DS_Store
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
dist/
/build/
# Artifact/output build trees only — never ignore package source such as
# packages/hedron/src/hedron/build (Hatchling respects gitignore and would
# omit it from sdists/wheels; see #32).
**/.hedron/build/
packages/hedron-runtime-java/build/
target/
.venv*/
venv*/
.env
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
.tox/
.nox/
.audit-build-proj/
examples/reference-app/.hedron/
*.html.gz
/site/
*.so
*.dylib
*.pyd
.devcontainer/
# Local SQLite demos (e.g. examples/notes-sqlalchemy)
*.db
