Architecture Review
Project Structure
!find . -type f -not -path "*/node_modules/*" -not -path "*/.git/*" -not -path "*/vendor/*" -not -path "*/__pycache__/*" -not -path "*/target/*" -not -path "*/bin/*" -not -path "*/obj/*" -not -path "*/.next/*" -not -path "*/dist/*" -not -path "*/build/*" 2>/dev/null | head -80
Directory Layout
!`tree -L 3 -I "node_modules|.git|vendor|pycache|target|bin|obj|.next|dist|build" 2>/dev/null || find . -type d -not -path "/node_modules/" -not -pat
[Description truncada. Veja o README completo no GitHub.]