.gitignore 84 B

123456789
  1. # IDE specific
  2. .idea/
  3. .vscode/
  4. # Jupyter
  5. .ipynb_checkpoints/
  6. # Node
  7. node_modules/