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

# Rust
target/

# Node
node_modules/

# OS
.DS_Store
