mirror of
https://github.com/github/awesome-copilot.git
synced 2026-04-12 19:25:55 +00:00
* 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>
31 lines
508 B
Plaintext
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/
|