# TypeScript build output (tsc → lib/)
lib/
# Python build output (python -m build → dist/)
dist/
build/
node_modules/
*.egg-info/
__pycache__/
*.pyc
.pytest_cache/
coverage/
.coverage
