/target
*.lock

# publish script
*.sh

# generated by bevy-dlc
*.slicense
*.pubkey

# testing
/testing

# folders starting with a .
**/.**
# files starting with a .
**.**.*