Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Generate Excalidraw .excalidraw JSON diagram files from natural language descriptions of processes and systems.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
scripts/.gitignore
1# Avoid accidentally committing local Python artifacts produced when running these scripts.23# Byte-compiled / cache files4__pycache__/5*.py[cod]6*$py.class78# Virtual environments (people often create these next to scripts)9.venv/10venv/11env/12ENV/1314# Tool caches15.pytest_cache/16.mypy_cache/17.ruff_cache/18.tox/19.nox/2021# Coverage outputs22.coverage23.coverage.*24htmlcov/2526# Packaging/build outputs (rare here, but harmless)27build/28dist/29*.egg-info/30.eggs/3132# OS cruft33.DS_Store34Thumbs.db35