- Decompose main.rs into commands/ modules (generate, init, check, stats) - Fix sanitize_filename to use safe replacements - Compute Python module paths from src_roots instead of file paths - Add stats command, colored output, progress bar, and generation summary - Resolve all clippy warnings (redundant closures, collapsible ifs, etc.) - Replace last unwrap() with proper error handling - Add target/ to .gitignore, remove target/ artifacts from git tracking
13 lines
109 B
Plaintext
13 lines
109 B
Plaintext
# IDE files
|
|
*.swp
|
|
.DS_Store
|
|
|
|
# Backup files
|
|
*.rs.bk
|
|
|
|
# Project specific files
|
|
.archdoc/
|
|
.roo/
|
|
PLANS/
|
|
target/
|