node_modules/
dist/
*.tsbuildinfo
npm-debug.log*

__pycache__/
*.pyc
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
build/
.eggs/
*.egg

.venv/
venv/

.DS_Store
*.log

paceproof-example/
!packages/cli-ts/test/fixtures/**
!packages/cli-py/tests/fixtures/**
