.venv/
.agents/
.codex/
.env
.env.*
!.env.example
dist/
build/
*.egg-info/

__pycache__/
*.py[cod]

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