- Group modules by top-level directory with collapsible sections and module counts - Filter out 'Internal' category from integrations (cross-module imports are not real integrations) - Sort integration categories and packages alphabetically for consistent output - Add [models], [config], [tests] tags to differentiate module types in the index
16 lines
144 B
Plaintext
16 lines
144 B
Plaintext
# IDE files
|
|
*.swp
|
|
.DS_Store
|
|
|
|
# Backup files
|
|
*.rs.bk
|
|
|
|
# Project specific files
|
|
.archdoc/
|
|
.roo/
|
|
PLANS/
|
|
target/
|
|
.wtismycode/
|
|
docs/
|
|
ARCHITECTURE.md
|