# Mark asset files as documentation, not code
assets/*
# Normalize line endings to LF across all environments
*
# Explicitly define file types for GitHub Linguist
*.rs*.toml*.md
# Ensure Cargo.lock is treated as text
Cargo.lock
# Exclude built artifacts from diffs
/target/*
# Make sure LICENSE and README are recognized correctly
LICENSEREADME.md