dataprof 0.4.4

A fast, lightweight CLI tool for CSV data profiling and analysis
Documentation
# Build artifacts
/target
**/*.rs.bk

# Python artifacts
__pycache__/
*.py[cod]
*.egg-info/
dist/
*.egg

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

# OS files
.DS_Store
Thumbs.db

# Test files
test.csv
*.tmp
test_*.rs
*.pdb
*.exe
*.dll
example_usage/

# Logs
*.log

# Claude files
CLAUDE.md
.claude/

# Node.js dependencies and artifacts
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm/
.eslintcache
.node_repl_history
package-lock.json
yarn.lock

# Semantic-release files
.releaserc.json
.releaserc-test.json

# Benchmark results - generated by CI/scripts
benchmark-results/
!benchmark-results/.gitkeep