# ----------------------------------------
# Rust
/target
/.ra-target

# RUSTFLAGS="-Zself-profile"
*.mm_profdata

# RUSTFLAGS="-Cinstrument-coverage"
*.profraw
# ----------------------------------------

# ----------------------------------------
# AppImage
/libs
squashfs-root/
*.AppImage
*.zsync
# ----------------------------------------

# ----------------------------------------
# Wasm
pkg/
# ----------------------------------------

# ----------------------------------------
# Github Pages
_site/
# ----------------------------------------

# ----------------------------------------
# AUR
aur/
# ----------------------------------------

# ----------------------------------------
# Github Workflows
/tools
/upload
/.server-target
# ----------------------------------------

# ----------------------------------------
# Do Not Ignore or Cargo won't publish it
!/install
# ----------------------------------------
