# Node
node_modules/
dist/
*.tsbuildinfo

# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
dist/
build/
.venv/
*.egg

# General
.DS_Store
*.log
coverage/
.nyc_output/
