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

32 lines
309 B

# ide & editor
.idea/
.vscode/
# compiled & binary
*.egg-info/
__pycache__/
*.pyc
*.egg-info
# graphviz
*.gv*
# dist
dist
website/build
# node modules
node_modules
# testing
main.py
# trash
.DS_Store
# Website uses yarn; ignore npm package-lock.json
website/package-lock.json
# Ignore .swp files
.swp