# Peru artifact directories
/build
/private
/.hatch
.DS_Store
**/node_modules
**/.yarn*
.npmrc
**/*.tsconfig.tsbuildinfo
**/remoteEntry.*.js
**/*.yarnrc.yml

/external-distribution

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

# IDE
*.idea

**/static/*
**/yarn.lock

 
# created by tests
jobs/
