- Fix parallel execution logic to properly handle JoinHandle<Result<R, E>> types - Use join_all instead of try_join_all for proper Result handling - Fix double question mark (??) issue in parallel execution methods - Clean up unused imports in parallel and cache modules - Ensure all performance optimization modules compile successfully - Fix CI build failures caused by compilation errors
45 lines
468 B
Text
45 lines
468 B
Text
# Research and inspiration files
|
|
.notes/rpm-ostree-main
|
|
.notes/inspiration/
|
|
!/.notes/inspiration/readme.md
|
|
*/inspiration/
|
|
inspiration
|
|
# Rust build artifacts
|
|
/target/
|
|
**/*.rs.bk
|
|
Cargo.lock
|
|
|
|
# IDE and editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
temp/
|
|
tmp/
|
|
.archive
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.backup
|
|
|
|
# Trash
|
|
.1trash/
|
|
stubs.txt
|