You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
diagrams/.gitignore

21 lines
172 B

# ide & editor
.idea/
.vscode/
# compiled & binary
*.egg-info/
__pycache__/
*.pyc
*.egg-info
# graphviz
*.gv*
# dist
dist
# node modules
node_modules
# trash
.DS_Store