linthis 0.15.3

A fast, cross-platform multi-language linter and formatter
Documentation
# Rust
target/
debug/
release/
*.rs.bk
*.rlib
*.prof*

# Python (for maturin builds)
__pycache__/
*.pyc
*.pyo
.venv/
venv/
dist/
*.egg-info/
*.whl

# IDE
.idea/
.vscode/
*.iml

# OS
.DS_Store
Thumbs.db

# Logs and env
*.log
.env*

# Test artifacts
*.tmp
*.swp

# Archives
*.zip
*.tar.gz

# Build artifacts
*.so
*.dylib
*.dll

# Project
.linthis/
.claude/

site/
doc/

# Worktrees
.worktrees/