# Build artifacts
/target/
/dist/
/_build/
/deps/
/doc/
/build/

# Lock files
/pubspec.lock
/mix.lock

# Node
node_modules/

# Python
*.egg-info/
__pycache__/
*.pyc

# OS
.DS_Store

# Generated archives
*.tar.gz
*.gem
*.whl
*.crate
