# node
node_modules/
dist/
*.tsbuildinfo

# python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/

# rust
target/

# mac
.DS_Store
