__pycache__/
*.py[cod]
.venv*/
.env
.env.*
!.env.example
dist/
build/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
.coverage
htmlcov/
# local decision logs are private by default
decisions/
*.decisions.jsonl
!examples/*.jsonl
