Files
archdoc/.gitignore
Arkasha 0396a53e0c feat: directory grouping in module index, filter Internal integrations, sort integrations alphabetically, tag model/dataclass modules
- 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
2026-02-15 13:06:01 +03:00

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