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.
 
 
 
 
 

22 lines
186 B

  1. # ide & editor
  2. .idea/
  3. .vscode/
  4. # compiled & binary
  5. *.egg-info/
  6. __pycache__/
  7. *.pyc
  8. *.egg-info
  9. # graphviz
  10. *.gv*
  11. # dist
  12. dist
  13. website/build
  14. # node modules
  15. node_modules
  16. # trash
  17. .DS_Store