# Compiled files
*.o
*.so
*.rlib
*.dll

# Executables
*.exe

# Other
/*.png
*.sublime-workspace

# Generated by Cargo
Cargo.lock
/target/

# My junk
/data
/tmp
/src/junk
/bak

