# Logo
SHAD3.png

Cargo.toml

# Rust build artifacts
/target/

# Rust dependency lock file
Cargo.lock

# Backup files generated by rustfmt
**/*.rs.bk

# macOS system files
.DS_Store

# Editor-specific files
.vscode/
.idea/
*.swp
*~

# Environment files
.env

# Debug files
*.pdb
