deslop 0.2.0

A static analyzer that spots low-context and AI-assisted code patterns across naming, concurrency, security, performance, and test quality.
Documentation
# Auto-detect text files and normalize line endings where appropriate
* text=auto

# Force LF for shell scripts and Makefiles
*.sh text eol=lf
Makefile text eol=lf

# Force CRLF for PowerShell scripts on Windows
*.ps1 text eol=crlf

# Mark common binary formats
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary
*.zip binary
*.tar.gz binary
*.tar binary
*.gz binary
*.bz2 binary
*.7z binary
*.woff binary
*.woff2 binary
*.ttf binary
*.otf binary
*.wasm binary

# Exclude vendored/generated directories from language statistics
/target/** linguist-vendored
/frontend/node_modules/** linguist-vendored
/frontend/dist/** linguist-vendored

# Ensure exported archives don't include local development files
/.vscode/** export-ignore
/.venv/** export-ignore
*.js linguist-vendored
*.jsx linguist-vendored
*.go linguist-vendored
*.lock linguist-vendored
*.svg linguist-vendored
*.toml linguist-vendored
*.ts linguist-vendored
*.tsx linguist-vendored
*.css linguist-vendored
*.html linguist-vendored
*.json linguist-vendored
*.yml linguist-vendored
*.txt linguist-vendored
*.py linguist-vendored
*.sh linguist-vendored
*.ps1 linguist-vendored
makefile linguist-vendored
Makefile linguist-vendored

/docs/ linguist-vendored
/docs/ linguist-vendored
*.md export-ignore