# Peru artifact directories
/build
/private
/.hatch
/external-distribution

# Python
*.egg-info/
__pycache__/
*__pycache__/
.coverage
.ruff_cache
.pytest_cache
.mypy_cache
.venv
/htmlcov

.idea/

*.DS_Store

dist/
