__pycache__/
*.py[cod]
*$py.class

.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
dist/

.venv/
venv/

.DS_Store

# Local Codex project notes. May contain machine-specific smoke-test settings.
.codex.local.md
