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

# Executables
*.exe

# Other
/*.png
*.sublime-workspace
**/result.png
/examples/**/result**.png
# /examples/images-safe-clamp/result_patches.png
# /examples/images-safe-clamp/result_unrolled.png
**/result*.png

# Generated by Cargo
Cargo.lock
**/Cargo.lock
/target/
**/target/

# My junk
/data
**/tmp

/src/junk
/bak

# IntelliJ
.idea/
*.iml
