mech 0.2.30

Mech is a reactive programming language for building robots, games, and animations.
# Compiled files
*.o
*.so
*.rlib
*.dll

# Database files
*.mdb

# Blocks files
*.blx

# Executables
*.exe

# Test files
test*.mec

# Generated by Cargo
/target/
Cargo.lock



# Build directory
/build/
.vscode/settings.json

# Machines directory
/machines/
/notebook/machines

# Website files
/*.html
/*.css

# Mac Files
.DS_Store