.gitignore 190 B

12345678910111213141516171819202122232425
  1. MANIFEST
  2. build
  3. dist
  4. lib
  5. jupyterlab/static
  6. node_modules
  7. .cache
  8. .vscode
  9. *.py[co]
  10. __pycache__
  11. *.egg-info
  12. *~
  13. *.bak
  14. .ipynb_checkpoints
  15. .DS_Store
  16. \#*#
  17. .#*
  18. *.swp
  19. *.map
  20. .idea/
  21. test/coverage
  22. docs