# Peru artifact directories
pre-cr
*.log
/build
/private
/.hatch
venv/*
# Python
*.egg-info/
__pycache__/
.coverage
.ruff_cache
.pytest_cache
.mypy_cache
.venv
/htmlcov

# CSE security scanner artifacts (auto-added by cse init)
.security-scan/
