.venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/
__pycache__/
*.pyc

.agent/
dist/
build/
*.egg-info/

.coverage
htmlcov/

.DS_Store
