codestat 0.2.0

Fast and safe code statistics tool
# Rust build artifacts
target/
**/target/
**/*.rs.bk

# Cargo lock (keep for binaries, remove for libraries)
# Cargo.lock

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Test output
*.log

# Temporary files
*.tmp
*.temp