# Ignore compiled and generated files
target/* linguist-vendored
target/** linguist-vendored

# Silence stray build files
Makefile linguist-detectable=false
*.mk linguist-detectable=false

# Explicitly classify your source as Rust
src/* linguist-language=Rust

