Files
awesome-copilot/skills/azure-architecture-autopilot/.gitignore
Jeonghoon Lee 3e01810473 Add azure-architecture-autopilot skill 🤖🤖🤖 (#1158)
* Add azure-architecture-autopilot skill

E2E Azure infrastructure automation skill:
- Natural language → Architecture diagram → Bicep → Deploy
- 70+ service types with 605+ official Azure icons
- Interactive HTML diagrams (drag, zoom, click, PNG export)
- Scans existing resources or designs new architecture
- Modular Bicep with RBAC, Private Endpoints, DNS
- Multi-language support (auto-detects user language)
- Zero dependencies (diagram engine embedded)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Fix generator.py import for flat scripts/ structure + sync README

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: whoniiii <whoniiii@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-25 10:20:38 +11:00

31 lines
508 B
Plaintext

# Temporary files
*.pyc
__pycache__/
*.egg-info/
.DS_Store
Thumbs.db
# Test/eval outputs (not included in repository)
evals/outputs/
workspace/
# Generated artifacts (not included in repository)
output/
*.png
*.svg
!assets/*.png
!assets/*.svg
# Sample diagrams (contain hardcoded example values — prevent model context contamination)
sample_*.html
# Environment configuration
.env
*.local
# Package files (build artifacts)
*.skill
# Development-only folder (not included in public distribution)
dev/