.venv/
.env
__pycache__/
.pytest_cache/
dist/
build/
*.egg-info/
.mypy_cache/
.DS_Store

# Hatch environments
.hatch/

# Release verification venv
.release_venv/

