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

# JupyterLab extension build artifacts
**/labextension/

/external-distribution

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

# IDE
*.idea

**/yarn.lock

 
# created by tests
jobs/
