.gitignore 65 B

123456789
  1. out
  2. build
  3. temp
  4. __pycache__
  5. *.egg-info
  6. dist
  7. .ipynb_checkpoints/